Html Css Color HEX #5FDEBC Downy

📋 copy color: '#5FDEBC'

red 95 ◦ green 222 ◦ blue 188

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

Shades of Downy #5FDEBC

Tints of Downy #5FDEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.96%

 BLUE value IS 188 (73.83% from 255) = 37.23%

R = 18.81%
G = 43.96%
B = 37.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#5FDEBC (or 0x5FDEBC) is known color: Downy. HEX triplet: 5F, DE and BC. RGB value is (95,222,188). Sum of RGB (Red+Green+Blue) = 95+222+188=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDEBC is #A02143. Grayscale: #B4B4B4. Windows color (decimal): -10494276 or 12377695. OLE color: 12377695.

HSL color Cylindrical-coordinate representation of color #5FDEBC: hue angle of 163.94º degrees, saturation: 0.66, 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 #5FDEBC is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 222 188 -
CMYK 0.57 0 0.15 0.13
HSL 163.94º 0.66% 0.62% -
HSV(B) 163.94º 0.57% 0.87% -
XYZ 39.92 58.31 56.73 -
YUV 180.15 132.42 67.26 -
System Red Green Blue C M Y K H S L
Decimal 95 222 188 0.57 0 0.15 0.13 163.94 0.66 0.62
Hex 5F DE BC 39 0 F D A4 42 3E
Octal 137 336 274 71 0 17 15 244 102 76
Binary 1011111 11011110 10111100 111001 0 1111 1101 10100100 1000010 111110

Color Harmonies of #5FDEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDEBC

Black with #5FDEBC

Text Example


Text Example

White with #5FDEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,222,188); }

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

background-color css

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

 a { background-color: rgb(95,222,188); }

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

border-color css

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

 span { border-color: rgb(95,222,188); }

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