Html Css Color HEX #60CEC2 Downy

📋 copy color: '#60CEC2'

red 96 ◦ green 206 ◦ blue 194

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

Shades of Downy #60CEC2

Tints of Downy #60CEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.53%

 BLUE value IS 194 (76.17% from 255) = 39.11%

R = 19.35%
G = 41.53%
B = 39.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#60CEC2 (or 0x60CEC2) is known color: Downy. HEX triplet: 60, CE and C2. RGB value is (96,206,194). Sum of RGB (Red+Green+Blue) = 96+206+194=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEC2 is #9F313D. Grayscale: #ABABAB. Windows color (decimal): -10432830 or 12766816. OLE color: 12766816.

HSL color Cylindrical-coordinate representation of color #60CEC2: hue angle of 173.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CEC2 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 206 194 -
CMYK 0.53 0 0.06 0.19
HSL 173.45º 0.53% 0.59% -
HSV(B) 173.45º 0.53% 0.81% -
XYZ 36.63 50.52 58.86 -
YUV 171.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 96 206 194 0.53 0 0.06 0.19 173.45 0.53 0.59
Hex 60 CE C2 35 0 6 13 AD 35 3B
Octal 140 316 302 65 0 6 23 255 65 73
Binary 1100000 11001110 11000010 110101 0 110 10011 10101101 110101 111011

Color Harmonies of #60CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEC2

Black with #60CEC2

Text Example


Text Example

White with #60CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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