Html Css Color HEX #5CD9C2 Downy

📋 copy color: '#5CD9C2'

red 92 ◦ green 217 ◦ blue 194

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

Shades of Downy #5CD9C2

Tints of Downy #5CD9C2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.14%

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 18.29%
G = 43.14%
B = 38.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#5CD9C2 (or 0x5CD9C2) is known color: Downy. HEX triplet: 5C, D9 and C2. RGB value is (92,217,194). Sum of RGB (Red+Green+Blue) = 92+217+194=503 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.29% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD9C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD9C2 is #A3263D. Grayscale: #B0B0B0. Windows color (decimal): -10692158 or 12769628. OLE color: 12769628.

HSL color Cylindrical-coordinate representation of color #5CD9C2: hue angle of 168.96º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CD9C2 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 217 194 -
CMYK 0.58 0 0.11 0.15
HSL 168.96º 0.62% 0.61% -
HSV(B) 168.96º 0.58% 0.85% -
XYZ 38.96 55.8 59.76 -
YUV 177 137.59 67.37 -
System Red Green Blue C M Y K H S L
Decimal 92 217 194 0.58 0 0.11 0.15 168.96 0.62 0.61
Hex 5C D9 C2 3A 0 B F A9 3E 3D
Octal 134 331 302 72 0 13 17 251 76 75
Binary 1011100 11011001 11000010 111010 0 1011 1111 10101001 111110 111101

Color Harmonies of #5CD9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD9C2

Black with #5CD9C2

Text Example


Text Example

White with #5CD9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,217,194); }

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

background-color css

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

 a { background-color: rgb(92,217,194); }

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

border-color css

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

 span { border-color: rgb(92,217,194); }

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