Html Css Color HEX #4BA099 Cadet Blue

📋 copy color: '#4BA099'

red 75 ◦ green 160 ◦ blue 153

#4BA099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #4BA099

Tints of Cadet Blue #4BA099

RGB

 RED value IS 75 (29.69% from 255) = 19.33%

 GREEN value IS 160 (62.89% from 255) = 41.24%

 BLUE value IS 153 (60.16% from 255) = 39.43%

R = 19.33%
G = 41.24%
B = 39.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4BA099 (or 0x4BA099) is known color: Cadet Blue. HEX triplet: 4B, A0 and 99. RGB value is (75,160,153). Sum of RGB (Red+Green+Blue) = 75+160+153=388 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.33% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA099 is #B45F66. Grayscale: #858585. Windows color (decimal): -11820903 or 10068043. OLE color: 10068043.

HSL color Cylindrical-coordinate representation of color #4BA099: hue angle of 175.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA099 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 75 160 153 -
CMYK 0.53 0 0.04 0.37
HSL 175.06º 0.36% 0.46% -
HSV(B) 175.06º 0.53% 0.63% -
XYZ 21.22 28.94 34.6 -
YUV 133.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 75 160 153 0.53 0 0.04 0.37 175.06 0.36 0.46
Hex 4B A0 99 35 0 4 25 AF 24 2E
Octal 113 240 231 65 0 4 45 257 44 56
Binary 1001011 10100000 10011001 110101 0 100 100101 10101111 100100 101110

Color Harmonies of #4BA099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA099

Black with #4BA099

Text Example


Text Example

White with #4BA099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BA099; }

 p { color: rgb(75,160,153); }

 H1.HeaderClassName
 {
   color: #4BA099;
 }
 .AnyTagClassName
 {
   color: #4BA099;
 }
</style>

background-color css

<style>
 a { background-color: #4BA099; }

 a { background-color: rgb(75,160,153); }

 div.DivClassName
 {
   background-color: #4BA099;
 }
 .BgClassName
 {
   background-color: #4BA099;
 }
</style>

border-color css

<style>
 span { border-color: #4BA099; }

 span { border-color: rgb(75,160,153); }

 td.TdClassName
 {
   border-color: #4BA099;
 }
 .TagClassName
 {
   border-color: #4BA099;
 }
</style>