Html Css Color HEX #5C9C94 Cadet Blue

📋 copy color: '#5C9C94'

red 92 ◦ green 156 ◦ blue 148

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

Shades of Cadet Blue #5C9C94

Tints of Cadet Blue #5C9C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 23.23%
G = 39.39%
B = 37.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#5C9C94 (or 0x5C9C94) is known color: Cadet Blue. HEX triplet: 5C, 9C and 94. RGB value is (92,156,148). Sum of RGB (Red+Green+Blue) = 92+156+148=396 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.23% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 156 - color contains mainly: green. Hex color #5C9C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9C94 is #A3636B. Grayscale: #878787. Windows color (decimal): -10707820 or 9739356. OLE color: 9739356.

HSL color Cylindrical-coordinate representation of color #5C9C94: hue angle of 172.5º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C9C94 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 156 148 -
CMYK 0.41 0 0.05 0.39
HSL 172.5º 0.26% 0.49% -
HSV(B) 172.5º 0.41% 0.61% -
XYZ 21.65 28.19 32.32 -
YUV 135.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 92 156 148 0.41 0 0.05 0.39 172.5 0.26 0.49
Hex 5C 9C 94 29 0 5 27 AC 1A 31
Octal 134 234 224 51 0 5 47 254 32 61
Binary 1011100 10011100 10010100 101001 0 101 100111 10101100 11010 110001

Color Harmonies of #5C9C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9C94

Black with #5C9C94

Text Example


Text Example

White with #5C9C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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