Html Css Color HEX #4BAAA8 Cadet Blue

📋 copy color: '#4BAAA8'

red 75 ◦ green 170 ◦ blue 168

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

Shades of Cadet Blue #4BAAA8

Tints of Cadet Blue #4BAAA8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.16%

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 18.16%
G = 41.16%
B = 40.68%

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

#4BAAA8 (or 0x4BAAA8) is known color: Cadet Blue. HEX triplet: 4B, AA and A8. RGB value is (75,170,168). Sum of RGB (Red+Green+Blue) = 75+170+168=413 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.16% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAAA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAAA8 is #B45557. Grayscale: #8D8D8D. Windows color (decimal): -11818328 or 11053643. OLE color: 11053643.

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

Color convert

RGB 75 170 168 -
CMYK 0.56 0 0.01 0.33
HSL 178.74º 0.39% 0.48% -
HSV(B) 178.74º 0.56% 0.67% -
XYZ 24.34 33.07 42.15 -
YUV 141.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 75 170 168 0.56 0 0.01 0.33 178.74 0.39 0.48
Hex 4B AA A8 38 0 1 21 B3 27 30
Octal 113 252 250 70 0 1 41 263 47 60
Binary 1001011 10101010 10101000 111000 0 1 100001 10110011 100111 110000

Color Harmonies of #4BAAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAAA8

Black with #4BAAA8

Text Example


Text Example

White with #4BAAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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