Html Css Color HEX #5CCCC0 Downy

📋 copy color: '#5CCCC0'

red 92 ◦ green 204 ◦ blue 192

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

Shades of Downy #5CCCC0

Tints of Downy #5CCCC0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.8%

 BLUE value IS 192 (75.39% from 255) = 39.34%

R = 18.85%
G = 41.8%
B = 39.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#5CCCC0 (or 0x5CCCC0) is known color: Downy. HEX triplet: 5C, CC and C0. RGB value is (92,204,192). Sum of RGB (Red+Green+Blue) = 92+204+192=488 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.85% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCC0 is #A3333F. Grayscale: #A9A9A9. Windows color (decimal): -10695488 or 12635228. OLE color: 12635228.

HSL color Cylindrical-coordinate representation of color #5CCCC0: hue angle of 173.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCCC0 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 92 204 192 -
CMYK 0.55 0 0.06 0.2
HSL 173.57º 0.52% 0.58% -
HSV(B) 173.57º 0.55% 0.8% -
XYZ 35.52 49.27 57.51 -
YUV 169.14 140.89 72.98 -
System Red Green Blue C M Y K H S L
Decimal 92 204 192 0.55 0 0.06 0.2 173.57 0.52 0.58
Hex 5C CC C0 37 0 6 14 AE 34 3A
Octal 134 314 300 67 0 6 24 256 64 72
Binary 1011100 11001100 11000000 110111 0 110 10100 10101110 110100 111010

Color Harmonies of #5CCCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCC0

Black with #5CCCC0

Text Example


Text Example

White with #5CCCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,204,192); }

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

background-color css

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

 a { background-color: rgb(92,204,192); }

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

border-color css

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

 span { border-color: rgb(92,204,192); }

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