Html Css Color HEX #5FDCC8 Downy

📋 copy color: '#5FDCC8'

red 95 ◦ green 220 ◦ blue 200

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

Shades of Downy #5FDCC8

Tints of Downy #5FDCC8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.72%

 BLUE value IS 200 (78.52% from 255) = 38.83%

R = 18.45%
G = 42.72%
B = 38.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#5FDCC8 (or 0x5FDCC8) is known color: Downy. HEX triplet: 5F, DC and C8. RGB value is (95,220,200). Sum of RGB (Red+Green+Blue) = 95+220+200=515 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.45% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDCC8 is #A02337. Grayscale: #B4B4B4. Windows color (decimal): -10494776 or 13163615. OLE color: 13163615.

HSL color Cylindrical-coordinate representation of color #5FDCC8: hue angle of 170.4º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDCC8 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 220 200 -
CMYK 0.57 0 0.09 0.14
HSL 170.4º 0.64% 0.62% -
HSV(B) 170.4º 0.57% 0.86% -
XYZ 40.74 57.79 63.65 -
YUV 180.35 139.09 67.13 -
System Red Green Blue C M Y K H S L
Decimal 95 220 200 0.57 0 0.09 0.14 170.4 0.64 0.62
Hex 5F DC C8 39 0 9 E AA 40 3E
Octal 137 334 310 71 0 11 16 252 100 76
Binary 1011111 11011100 11001000 111001 0 1001 1110 10101010 1000000 111110

Color Harmonies of #5FDCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDCC8

Black with #5FDCC8

Text Example


Text Example

White with #5FDCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,220,200); }

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

background-color css

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

 a { background-color: rgb(95,220,200); }

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

border-color css

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

 span { border-color: rgb(95,220,200); }

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