Html Css Color HEX #5CCEB9 Downy

📋 copy color: '#5CCEB9'

red 92 ◦ green 206 ◦ blue 185

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

Shades of Downy #5CCEB9

Tints of Downy #5CCEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.65%

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 19.05%
G = 42.65%
B = 38.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#5CCEB9 (or 0x5CCEB9) is known color: Downy. HEX triplet: 5C, CE and B9. RGB value is (92,206,185). Sum of RGB (Red+Green+Blue) = 92+206+185=483 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.05% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #5CCEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCEB9 is #A33146. Grayscale: #A9A9A9. Windows color (decimal): -10694983 or 12176988. OLE color: 12176988.

HSL color Cylindrical-coordinate representation of color #5CCEB9: hue angle of 168.95º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCEB9 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 206 185 -
CMYK 0.55 0 0.10 0.19
HSL 168.95º 0.54% 0.58% -
HSV(B) 168.95º 0.55% 0.81% -
XYZ 35.24 49.92 53.68 -
YUV 169.52 136.73 72.71 -
System Red Green Blue C M Y K H S L
Decimal 92 206 185 0.55 0 0.10 0.19 168.95 0.54 0.58
Hex 5C CE B9 37 0 A 13 A9 36 3A
Octal 134 316 271 67 0 12 23 251 66 72
Binary 1011100 11001110 10111001 110111 0 1010 10011 10101001 110110 111010

Color Harmonies of #5CCEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCEB9

Black with #5CCEB9

Text Example


Text Example

White with #5CCEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,206,185); }

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

background-color css

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

 a { background-color: rgb(92,206,185); }

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

border-color css

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

 span { border-color: rgb(92,206,185); }

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