#5FE9CA

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

Shades of Downy #5FE9CA

Tints of Downy #5FE9CA

Color information

#5FE9CA (or 0x5FE9CA) is unknown color: approx Downy. HEX triplet: 5F, E9 and CA. RGB value is (95,233,202). Sum of RGB (Red+Green+Blue) = 95+233+202=530 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.92% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #5FE9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE9CA is #A01635. Grayscale: #BCBCBC. Windows color (decimal): -10491446 or 13298015. OLE color: 13298015.

HSL color Cylindrical-coordinate representation of color #5FE9CA: hue angle of 166.52º 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 #5FE9CA is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB95233202-
CMYK0.5900.130.09
HSL166.52º75.82%64.31%-
HSV(B)166.52º59.23%91.37%-
XYZ44.5264.9766.07-
YUV188.2135.7861.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.92%
GREEN value IS 233 (91.41% from 255) = 43.96%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=17.92%
G=43.96%
B=38.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952332020.5900.130.09166.5275.8264.31
Hex5FE9CA3B0D9a74c40
Octal1373513127301511247114100
Binary101111111101001110010101110110110110011010011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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