#5FE9CE

Color #5FE9CE Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #5FE9CE

Tints of Downy #5FE9CE

Color information

#5FE9CE (or 0x5FE9CE) is unknown color: approx Downy. HEX triplet: 5F, E9 and CE. RGB value is (95,233,206). Sum of RGB (Red+Green+Blue) = 95+233+206=534 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.79% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #5FE9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE9CE is #A01631. Grayscale: #BCBCBC. Windows color (decimal): -10491442 or 13560159. OLE color: 13560159.

HSL color Cylindrical-coordinate representation of color #5FE9CE: hue angle of 168.26º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE9CE is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB95233206-
CMYK0.5900.120.09
HSL168.26º75.82%64.31%-
HSV(B)168.26º59.23%91.37%-
XYZ4565.1768.6-
YUV188.66137.7861.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.79%
GREEN value IS 233 (91.41% from 255) = 43.63%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=17.79%
G=43.63%
B=38.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952332060.5900.120.09168.2675.8264.31
Hex5FE9CE3B0C9a84c40
Octal1373513167301411250114100
Binary101111111101001110011101110110110010011010100010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FE9CE;
 }
 .AnyTagClassName
 {
   color: #5FE9CE;
 }
</style>
background-color css

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

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

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

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

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

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