Html Css Color HEX #5FDFCE Downy

📋 copy color: '#5FDFCE'

red 95 ◦ green 223 ◦ blue 206

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

Shades of Downy #5FDFCE

Tints of Downy #5FDFCE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.56%

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 18.13%
G = 42.56%
B = 39.31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#5FDFCE (or 0x5FDFCE) is known color: Downy. HEX triplet: 5F, DF and CE. RGB value is (95,223,206). Sum of RGB (Red+Green+Blue) = 95+223+206=524 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.13% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDFCE is #A02031. Grayscale: #B6B6B6. Windows color (decimal): -10494002 or 13557599. OLE color: 13557599.

HSL color Cylindrical-coordinate representation of color #5FDFCE: hue angle of 172.03º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDFCE is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 223 206 -
CMYK 0.57 0 0.08 0.13
HSL 172.03º 0.67% 0.62% -
HSV(B) 172.03º 0.57% 0.87% -
XYZ 42.25 59.66 67.68 -
YUV 182.79 141.09 65.38 -
System Red Green Blue C M Y K H S L
Decimal 95 223 206 0.57 0 0.08 0.13 172.03 0.67 0.62
Hex 5F DF CE 39 0 8 D AC 43 3E
Octal 137 337 316 71 0 10 15 254 103 76
Binary 1011111 11011111 11001110 111001 0 1000 1101 10101100 1000011 111110

Color Harmonies of #5FDFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDFCE

Black with #5FDFCE

Text Example


Text Example

White with #5FDFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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