Html Css Color HEX #60E4CE Downy

📋 copy color: '#60E4CE'

red 96 ◦ green 228 ◦ blue 206

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

Shades of Downy #60E4CE

Tints of Downy #60E4CE

RGB

 RED value IS 96 (37.89% from 255) = 18.11%

 GREEN value IS 228 (89.45% from 255) = 43.02%

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 18.11%
G = 43.02%
B = 38.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#60E4CE (or 0x60E4CE) is known color: Downy. HEX triplet: 60, E4 and CE. RGB value is (96,228,206). Sum of RGB (Red+Green+Blue) = 96+228+206=530 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.11% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #60E4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E4CE is #9F1B31. Grayscale: #B9B9B9. Windows color (decimal): -10427186 or 13558880. OLE color: 13558880.

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

Color convert

RGB 96 228 206 -
CMYK 0.58 0 0.10 0.11
HSL 170º 0.71% 0.64% -
HSV(B) 170º 0.58% 0.89% -
XYZ 43.71 62.43 68.14 -
YUV 186.02 139.27 63.79 -
System Red Green Blue C M Y K H S L
Decimal 96 228 206 0.58 0 0.10 0.11 170 0.71 0.64
Hex 60 E4 CE 3A 0 A B AA 47 40
Octal 140 344 316 72 0 12 13 252 107 100
Binary 1100000 11100100 11001110 111010 0 1010 1011 10101010 1000111 1000000

Color Harmonies of #60E4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E4CE

Black with #60E4CE

Text Example


Text Example

White with #60E4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,228,206); }

 H1.HeaderClassName
 {
   color: #60E4CE;
 }
 .AnyTagClassName
 {
   color: #60E4CE;
 }
</style>

background-color css

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

 a { background-color: rgb(96,228,206); }

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

border-color css

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

 span { border-color: rgb(96,228,206); }

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