Html Css Color HEX #4BACA9 Cadet Blue

📋 copy color: '#4BACA9'

red 75 ◦ green 172 ◦ blue 169

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

Shades of Cadet Blue #4BACA9

Tints of Cadet Blue #4BACA9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.35%

 BLUE value IS 169 (66.41% from 255) = 40.63%

R = 18.03%
G = 41.35%
B = 40.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#4BACA9 (or 0x4BACA9) is known color: Cadet Blue. HEX triplet: 4B, AC and A9. RGB value is (75,172,169). Sum of RGB (Red+Green+Blue) = 75+172+169=416 (55% of max value = 765). Red value is 75 (29.69% from 255 or 18.03% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #4BACA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BACA9 is #B45356. Grayscale: #8E8E8E. Windows color (decimal): -11817815 or 11119691. OLE color: 11119691.

HSL color Cylindrical-coordinate representation of color #4BACA9: hue angle of 178.14º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BACA9 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 172 169 -
CMYK 0.56 0 0.02 0.33
HSL 178.14º 0.39% 0.48% -
HSV(B) 178.14º 0.56% 0.67% -
XYZ 24.82 33.87 42.76 -
YUV 142.66 142.86 79.74 -
System Red Green Blue C M Y K H S L
Decimal 75 172 169 0.56 0 0.02 0.33 178.14 0.39 0.48
Hex 4B AC A9 38 0 2 21 B2 27 30
Octal 113 254 251 70 0 2 41 262 47 60
Binary 1001011 10101100 10101001 111000 0 10 100001 10110010 100111 110000

Color Harmonies of #4BACA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BACA9

Black with #4BACA9

Text Example


Text Example

White with #4BACA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,172,169); }

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

background-color css

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

 a { background-color: rgb(75,172,169); }

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

border-color css

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

 span { border-color: rgb(75,172,169); }

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