Html Css Color HEX #4BACAA Cadet Blue

📋 copy color: '#4BACAA'

red 75 ◦ green 172 ◦ blue 170

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

Shades of Cadet Blue #4BACAA

Tints of Cadet Blue #4BACAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 17.99%
G = 41.25%
B = 40.77%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#4BACAA (or 0x4BACAA) is known color: Cadet Blue. HEX triplet: 4B, AC and AA. RGB value is (75,172,170). Sum of RGB (Red+Green+Blue) = 75+172+170=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #4BACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BACAA is #B45355. Grayscale: #8E8E8E. Windows color (decimal): -11817814 or 11185227. OLE color: 11185227.

HSL color Cylindrical-coordinate representation of color #4BACAA: hue angle of 178.76º 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 #4BACAA is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 172 170 -
CMYK 0.56 0 0.01 0.33
HSL 178.76º 0.39% 0.48% -
HSV(B) 178.76º 0.56% 0.67% -
XYZ 24.91 33.9 43.26 -
YUV 142.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 75 172 170 0.56 0 0.01 0.33 178.76 0.39 0.48
Hex 4B AC AA 38 0 1 21 B3 27 30
Octal 113 254 252 70 0 1 41 263 47 60
Binary 1001011 10101100 10101010 111000 0 1 100001 10110011 100111 110000

Color Harmonies of #4BACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BACAA

Black with #4BACAA

Text Example


Text Example

White with #4BACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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