Html Css Color HEX #5CCFB9 Downy

📋 copy color: '#5CCFB9'

red 92 ◦ green 207 ◦ blue 185

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

Shades of Downy #5CCFB9

Tints of Downy #5CCFB9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.77%

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

R = 19.01%
G = 42.77%
B = 38.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#5CCFB9 (or 0x5CCFB9) is known color: Downy. HEX triplet: 5C, CF and B9. RGB value is (92,207,185). Sum of RGB (Red+Green+Blue) = 92+207+185=484 (64% of max value = 765). Red value is 92 (36.33% from 255 or 19.01% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCFB9 is #A33046. Grayscale: #AAAAAA. Windows color (decimal): -10694727 or 12177244. OLE color: 12177244.

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

Color convert

RGB 92 207 185 -
CMYK 0.56 0 0.11 0.19
HSL 168.52º 0.55% 0.59% -
HSV(B) 168.52º 0.56% 0.81% -
XYZ 35.48 50.4 53.76 -
YUV 170.11 136.4 72.29 -
System Red Green Blue C M Y K H S L
Decimal 92 207 185 0.56 0 0.11 0.19 168.52 0.55 0.59
Hex 5C CF B9 38 0 B 13 A9 37 3B
Octal 134 317 271 70 0 13 23 251 67 73
Binary 1011100 11001111 10111001 111000 0 1011 10011 10101001 110111 111011

Color Harmonies of #5CCFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCFB9

Black with #5CCFB9

Text Example


Text Example

White with #5CCFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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