Html Css Color HEX #60EBC2 Downy

📋 copy color: '#60EBC2'

red 96 ◦ green 235 ◦ blue 194

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

Shades of Downy #60EBC2

Tints of Downy #60EBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.76%

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

R = 18.29%
G = 44.76%
B = 36.95%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#60EBC2 (or 0x60EBC2) is known color: Downy. HEX triplet: 60, EB and C2. RGB value is (96,235,194). Sum of RGB (Red+Green+Blue) = 96+235+194=525 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.29% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #60EBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EBC2 is #9F143D. Grayscale: #BCBCBC. Windows color (decimal): -10425406 or 12774240. OLE color: 12774240.

HSL color Cylindrical-coordinate representation of color #60EBC2: hue angle of 162.3º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EBC2 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 235 194 -
CMYK 0.59 0 0.17 0.08
HSL 162.3º 0.78% 0.65% -
HSV(B) 162.3º 0.59% 0.92% -
XYZ 44.27 65.8 61.41 -
YUV 188.77 130.95 61.83 -
System Red Green Blue C M Y K H S L
Decimal 96 235 194 0.59 0 0.17 0.08 162.3 0.78 0.65
Hex 60 EB C2 3B 0 11 8 A2 4E 41
Octal 140 353 302 73 0 21 10 242 116 101
Binary 1100000 11101011 11000010 111011 0 10001 1000 10100010 1001110 1000001

Color Harmonies of #60EBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EBC2

Black with #60EBC2

Text Example


Text Example

White with #60EBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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