#60E6CB

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

Shades of Downy #60E6CB

Tints of Downy #60E6CB

Color information

#60E6CB (or 0x60E6CB) is unknown color: approx Downy. HEX triplet: 60, E6 and CB. RGB value is (96,230,203). Sum of RGB (Red+Green+Blue) = 96+230+203=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #60E6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E6CB is #9F1934. Grayscale: #BABABA. Windows color (decimal): -10426677 or 13362784. OLE color: 13362784.

HSL color Cylindrical-coordinate representation of color #60E6CB: hue angle of 167.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E6CB is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB96230203-
CMYK0.5800.120.10
HSL167.91º72.83%63.92%-
HSV(B)167.91º58.26%90.2%-
XYZ43.963.3966.42-
YUV186.86137.1163.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.15%
GREEN value IS 230 (90.23% from 255) = 43.48%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=18.15%
G=43.48%
B=38.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal962302030.5800.120.10167.9172.8363.92
Hex60E6CB3A0CAa84940
Octal1403463137201412250111100
Binary110000011100110110010111110100110010101010100010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60E6CB; }

 p { color: rgb(96,230,203); }

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

<style>
 a { background-color: #60E6CB; }

 a { background-color: rgb(96,230,203); }

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

<style>
 span { border-color: #60E6CB; }

 span { border-color: rgb(96,230,203); }

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