Html Css Color HEX #60EBC8 Downy

📋 copy color: '#60EBC8'

red 96 ◦ green 235 ◦ blue 200

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

Shades of Downy #60EBC8

Tints of Downy #60EBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 18.08%
G = 44.26%
B = 37.66%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#60EBC8 (or 0x60EBC8) is known color: Downy. HEX triplet: 60, EB and C8. RGB value is (96,235,200). Sum of RGB (Red+Green+Blue) = 96+235+200=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #60EBC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EBC8 is #9F1437. Grayscale: #BDBDBD. Windows color (decimal): -10425400 or 13167456. OLE color: 13167456.

HSL color Cylindrical-coordinate representation of color #60EBC8: hue angle of 164.89º 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 #60EBC8 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 235 200 -
CMYK 0.59 0 0.15 0.08
HSL 164.89º 0.78% 0.65% -
HSV(B) 164.89º 0.59% 0.92% -
XYZ 44.96 66.07 65.03 -
YUV 189.45 133.95 61.35 -
System Red Green Blue C M Y K H S L
Decimal 96 235 200 0.59 0 0.15 0.08 164.89 0.78 0.65
Hex 60 EB C8 3B 0 F 8 A5 4E 41
Octal 140 353 310 73 0 17 10 245 116 101
Binary 1100000 11101011 11001000 111011 0 1111 1000 10100101 1001110 1000001

Color Harmonies of #60EBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EBC8

Black with #60EBC8

Text Example


Text Example

White with #60EBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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