Html Css Color HEX #5CA39B Cadet Blue

📋 copy color: '#5CA39B'

red 92 ◦ green 163 ◦ blue 155

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

Shades of Cadet Blue #5CA39B

Tints of Cadet Blue #5CA39B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.76%

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 22.44%
G = 39.76%
B = 37.8%

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

#5CA39B (or 0x5CA39B) is known color: Cadet Blue. HEX triplet: 5C, A3 and 9B. RGB value is (92,163,155). Sum of RGB (Red+Green+Blue) = 92+163+155=410 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.44% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA39B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA39B is #A35C64. Grayscale: #8C8C8C. Windows color (decimal): -10706021 or 10199900. OLE color: 10199900.

HSL color Cylindrical-coordinate representation of color #5CA39B: hue angle of 173.24º 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 #5CA39B is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 163 155 -
CMYK 0.44 0 0.05 0.36
HSL 173.24º 0.28% 0.5% -
HSV(B) 173.24º 0.44% 0.64% -
XYZ 23.43 30.84 35.73 -
YUV 140.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 92 163 155 0.44 0 0.05 0.36 173.24 0.28 0.5
Hex 5C A3 9B 2C 0 5 24 AD 1C 32
Octal 134 243 233 54 0 5 44 255 34 62
Binary 1011100 10100011 10011011 101100 0 101 100100 10101101 11100 110010

Color Harmonies of #5CA39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA39B

Black with #5CA39B

Text Example


Text Example

White with #5CA39B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,163,155); }

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

background-color css

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

 a { background-color: rgb(92,163,155); }

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

border-color css

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

 span { border-color: rgb(92,163,155); }

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