Html Css Color HEX #5CCDC0 Downy

📋 copy color: '#5CCDC0'

red 92 ◦ green 205 ◦ blue 192

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

Shades of Downy #5CCDC0

Tints of Downy #5CCDC0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.92%

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

R = 18.81%
G = 41.92%
B = 39.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#5CCDC0 (or 0x5CCDC0) is known color: Downy. HEX triplet: 5C, CD and C0. RGB value is (92,205,192). Sum of RGB (Red+Green+Blue) = 92+205+192=489 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.81% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDC0 is #A3323F. Grayscale: #A9A9A9. Windows color (decimal): -10695232 or 12635484. OLE color: 12635484.

HSL color Cylindrical-coordinate representation of color #5CCDC0: hue angle of 173.1º degrees, saturation: 0.53, 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 #5CCDC0 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 205 192 -
CMYK 0.55 0 0.06 0.20
HSL 173.1º 0.53% 0.58% -
HSV(B) 173.1º 0.55% 0.8% -
XYZ 35.76 49.74 57.59 -
YUV 169.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 92 205 192 0.55 0 0.06 0.20 173.1 0.53 0.58
Hex 5C CD C0 37 0 6 14 AD 35 3A
Octal 134 315 300 67 0 6 24 255 65 72
Binary 1011100 11001101 11000000 110111 0 110 10100 10101101 110101 111010

Color Harmonies of #5CCDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCDC0

Black with #5CCDC0

Text Example


Text Example

White with #5CCDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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