Html Css Color HEX #5FDAC0 Downy

📋 copy color: '#5FDAC0'

red 95 ◦ green 218 ◦ blue 192

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

Shades of Downy #5FDAC0

Tints of Downy #5FDAC0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.17%

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

R = 18.81%
G = 43.17%
B = 38.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#5FDAC0 (or 0x5FDAC0) is known color: Downy. HEX triplet: 5F, DA and C0. RGB value is (95,218,192). Sum of RGB (Red+Green+Blue) = 95+218+192=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDAC0 is #A0253F. Grayscale: #B2B2B2. Windows color (decimal): -10495296 or 12638815. OLE color: 12638815.

HSL color Cylindrical-coordinate representation of color #5FDAC0: hue angle of 167.32º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FDAC0 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 218 192 -
CMYK 0.56 0 0.12 0.15
HSL 167.32º 0.62% 0.61% -
HSV(B) 167.32º 0.56% 0.85% -
XYZ 39.31 56.38 58.68 -
YUV 178.26 135.75 68.61 -
System Red Green Blue C M Y K H S L
Decimal 95 218 192 0.56 0 0.12 0.15 167.32 0.62 0.61
Hex 5F DA C0 38 0 C F A7 3E 3D
Octal 137 332 300 70 0 14 17 247 76 75
Binary 1011111 11011010 11000000 111000 0 1100 1111 10100111 111110 111101

Color Harmonies of #5FDAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDAC0

Black with #5FDAC0

Text Example


Text Example

White with #5FDAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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