Html Css Color HEX #5FCEC0 Downy

📋 copy color: '#5FCEC0'

red 95 ◦ green 206 ◦ blue 192

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

Shades of Downy #5FCEC0

Tints of Downy #5FCEC0

RGB

 RED value IS 95 (37.5% from 255) = 19.27%

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

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

R = 19.27%
G = 41.78%
B = 38.95%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#5FCEC0 (or 0x5FCEC0) is known color: Downy. HEX triplet: 5F, CE and C0. RGB value is (95,206,192). Sum of RGB (Red+Green+Blue) = 95+206+192=493 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.27% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEC0 is #A0313F. Grayscale: #ABABAB. Windows color (decimal): -10498368 or 12635743. OLE color: 12635743.

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

Color convert

RGB 95 206 192 -
CMYK 0.54 0 0.07 0.19
HSL 172.43º 0.53% 0.59% -
HSV(B) 172.43º 0.54% 0.81% -
XYZ 36.31 50.38 57.68 -
YUV 171.22 139.73 73.64 -
System Red Green Blue C M Y K H S L
Decimal 95 206 192 0.54 0 0.07 0.19 172.43 0.53 0.59
Hex 5F CE C0 36 0 7 13 AC 35 3B
Octal 137 316 300 66 0 7 23 254 65 73
Binary 1011111 11001110 11000000 110110 0 111 10011 10101100 110101 111011

Color Harmonies of #5FCEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCEC0

Black with #5FCEC0

Text Example


Text Example

White with #5FCEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,206,192); }

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

background-color css

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

 a { background-color: rgb(95,206,192); }

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

border-color css

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

 span { border-color: rgb(95,206,192); }

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