Html Css Color HEX #60E7CA Downy

📋 copy color: '#60E7CA'

red 96 ◦ green 231 ◦ blue 202

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

Shades of Downy #60E7CA

Tints of Downy #60E7CA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.67%

 BLUE value IS 202 (79.3% from 255) = 38.19%

R = 18.15%
G = 43.67%
B = 38.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#60E7CA (or 0x60E7CA) is known color: Downy. HEX triplet: 60, E7 and CA. RGB value is (96,231,202). Sum of RGB (Red+Green+Blue) = 96+231+202=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #60E7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E7CA is #9F1835. Grayscale: #BBBBBB. Windows color (decimal): -10426422 or 13297504. OLE color: 13297504.

HSL color Cylindrical-coordinate representation of color #60E7CA: hue angle of 167.11º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E7CA is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 231 202 -
CMYK 0.58 0 0.13 0.09
HSL 167.11º 0.74% 0.64% -
HSV(B) 167.11º 0.58% 0.91% -
XYZ 44.06 63.9 65.89 -
YUV 187.33 136.27 62.86 -
System Red Green Blue C M Y K H S L
Decimal 96 231 202 0.58 0 0.13 0.09 167.11 0.74 0.64
Hex 60 E7 CA 3A 0 D 9 A7 4A 40
Octal 140 347 312 72 0 15 11 247 112 100
Binary 1100000 11100111 11001010 111010 0 1101 1001 10100111 1001010 1000000

Color Harmonies of #60E7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E7CA

Black with #60E7CA

Text Example


Text Example

White with #60E7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,231,202); }

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

background-color css

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

 a { background-color: rgb(96,231,202); }

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

border-color css

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

 span { border-color: rgb(96,231,202); }

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