Html Css Color HEX #60EFCC Downy

📋 copy color: '#60EFCC'

red 96 ◦ green 239 ◦ blue 204

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

Shades of Downy #60EFCC

Tints of Downy #60EFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.34%

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 17.81%
G = 44.34%
B = 37.85%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#60EFCC (or 0x60EFCC) is known color: Downy. HEX triplet: 60, EF and CC. RGB value is (96,239,204). Sum of RGB (Red+Green+Blue) = 96+239+204=539 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.81% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFCC is #9F1033. Grayscale: #C0C0C0. Windows color (decimal): -10424372 or 13430624. OLE color: 13430624.

HSL color Cylindrical-coordinate representation of color #60EFCC: hue angle of 165.31º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EFCC is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 239 204 -
CMYK 0.60 0 0.15 0.06
HSL 165.31º 0.82% 0.66% -
HSV(B) 165.31º 0.6% 0.94% -
XYZ 46.59 68.58 67.91 -
YUV 192.25 134.62 59.35 -
System Red Green Blue C M Y K H S L
Decimal 96 239 204 0.60 0 0.15 0.06 165.31 0.82 0.66
Hex 60 EF CC 3C 0 F 6 A5 52 42
Octal 140 357 314 74 0 17 6 245 122 102
Binary 1100000 11101111 11001100 111100 0 1111 110 10100101 1010010 1000010

Color Harmonies of #60EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EFCC

Black with #60EFCC

Text Example


Text Example

White with #60EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,239,204); }

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

background-color css

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

 a { background-color: rgb(96,239,204); }

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

border-color css

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

 span { border-color: rgb(96,239,204); }

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