Html Css Color HEX #4CABA8 Cadet Blue

📋 copy color: '#4CABA8'

red 76 ◦ green 171 ◦ blue 168

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

Shades of Cadet Blue #4CABA8

Tints of Cadet Blue #4CABA8

RGB

 RED value IS 76 (30.08% from 255) = 18.31%

 GREEN value IS 171 (67.19% from 255) = 41.2%

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

R = 18.31%
G = 41.2%
B = 40.48%

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

#4CABA8 (or 0x4CABA8) is known color: Cadet Blue. HEX triplet: 4C, AB and A8. RGB value is (76,171,168). Sum of RGB (Red+Green+Blue) = 76+171+168=415 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.31% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #4CABA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CABA8 is #B35457. Grayscale: #8E8E8E. Windows color (decimal): -11752536 or 11053900. OLE color: 11053900.

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

Color convert

RGB 76 171 168 -
CMYK 0.56 0 0.02 0.33
HSL 178.11º 0.38% 0.48% -
HSV(B) 178.11º 0.56% 0.67% -
XYZ 24.61 33.49 42.21 -
YUV 142.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 76 171 168 0.56 0 0.02 0.33 178.11 0.38 0.48
Hex 4C AB A8 38 0 2 21 B2 26 30
Octal 114 253 250 70 0 2 41 262 46 60
Binary 1001100 10101011 10101000 111000 0 10 100001 10110010 100110 110000

Color Harmonies of #4CABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CABA8

Black with #4CABA8

Text Example


Text Example

White with #4CABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,171,168); }

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

background-color css

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

 a { background-color: rgb(76,171,168); }

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

border-color css

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

 span { border-color: rgb(76,171,168); }

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