Html Css Color HEX #4CA5AC Cadet Blue

📋 copy color: '#4CA5AC'

red 76 ◦ green 165 ◦ blue 172

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

Shades of Cadet Blue #4CA5AC

Tints of Cadet Blue #4CA5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.95%

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 18.4%
G = 39.95%
B = 41.65%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4CA5AC (or 0x4CA5AC) is known color: Cadet Blue. HEX triplet: 4C, A5 and AC. RGB value is (76,165,172). Sum of RGB (Red+Green+Blue) = 76+165+172=413 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.40% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #4CA5AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA5AC is #B35A53. Grayscale: #8B8B8B. Windows color (decimal): -11754068 or 11314508. OLE color: 11314508.

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

Color convert

RGB 76 165 172 -
CMYK 0.56 0.04 0 0.33
HSL 184.38º 0.39% 0.49% -
HSV(B) 184.38º 0.56% 0.67% -
XYZ 23.88 31.43 43.84 -
YUV 139.19 146.51 82.93 -
System Red Green Blue C M Y K H S L
Decimal 76 165 172 0.56 0.04 0 0.33 184.38 0.39 0.49
Hex 4C A5 AC 38 4 0 21 B8 27 31
Octal 114 245 254 70 4 0 41 270 47 61
Binary 1001100 10100101 10101100 111000 100 0 100001 10111000 100111 110001

Color Harmonies of #4CA5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA5AC

Black with #4CA5AC

Text Example


Text Example

White with #4CA5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,165,172); }

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

background-color css

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

 a { background-color: rgb(76,165,172); }

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

border-color css

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

 span { border-color: rgb(76,165,172); }

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