Html Css Color HEX #5CA49C Cadet Blue

📋 copy color: '#5CA49C'

red 92 ◦ green 164 ◦ blue 156

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

Shades of Cadet Blue #5CA49C

Tints of Cadet Blue #5CA49C

RGB

 RED value IS 92 (36.33% from 255) = 22.33%

 GREEN value IS 164 (64.45% from 255) = 39.81%

 BLUE value IS 156 (61.33% from 255) = 37.86%

R = 22.33%
G = 39.81%
B = 37.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#5CA49C (or 0x5CA49C) is known color: Cadet Blue. HEX triplet: 5C, A4 and 9C. RGB value is (92,164,156). Sum of RGB (Red+Green+Blue) = 92+164+156=412 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.33% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA49C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA49C is #A35B63. Grayscale: #8D8D8D. Windows color (decimal): -10705764 or 10265692. OLE color: 10265692.

HSL color Cylindrical-coordinate representation of color #5CA49C: hue angle of 173.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA49C is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 164 156 -
CMYK 0.44 0 0.05 0.36
HSL 173.33º 0.28% 0.5% -
HSV(B) 173.33º 0.44% 0.64% -
XYZ 23.69 31.23 36.23 -
YUV 141.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 92 164 156 0.44 0 0.05 0.36 173.33 0.28 0.5
Hex 5C A4 9C 2C 0 5 24 AD 1C 32
Octal 134 244 234 54 0 5 44 255 34 62
Binary 1011100 10100100 10011100 101100 0 101 100100 10101101 11100 110010

Color Harmonies of #5CA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA49C

Black with #5CA49C

Text Example


Text Example

White with #5CA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CA49C; }

 p { color: rgb(92,164,156); }

 H1.HeaderClassName
 {
   color: #5CA49C;
 }
 .AnyTagClassName
 {
   color: #5CA49C;
 }
</style>

background-color css

<style>
 a { background-color: #5CA49C; }

 a { background-color: rgb(92,164,156); }

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

border-color css

<style>
 span { border-color: #5CA49C; }

 span { border-color: rgb(92,164,156); }

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