Html Css Color HEX #60CEC8 Downy

📋 copy color: '#60CEC8'

red 96 ◦ green 206 ◦ blue 200

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

Shades of Downy #60CEC8

Tints of Downy #60CEC8

RGB

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

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

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

R = 19.12%
G = 41.04%
B = 39.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#60CEC8 (or 0x60CEC8) is known color: Downy. HEX triplet: 60, CE and C8. RGB value is (96,206,200). Sum of RGB (Red+Green+Blue) = 96+206+200=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEC8 is #9F3137. Grayscale: #ACACAC. Windows color (decimal): -10432824 or 13160032. OLE color: 13160032.

HSL color Cylindrical-coordinate representation of color #60CEC8: hue angle of 176.73º 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 #60CEC8 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 206 200 -
CMYK 0.53 0 0.03 0.19
HSL 176.73º 0.53% 0.59% -
HSV(B) 176.73º 0.53% 0.81% -
XYZ 37.32 50.8 62.48 -
YUV 172.43 143.56 73.49 -
System Red Green Blue C M Y K H S L
Decimal 96 206 200 0.53 0 0.03 0.19 176.73 0.53 0.59
Hex 60 CE C8 35 0 3 13 B1 35 3B
Octal 140 316 310 65 0 3 23 261 65 73
Binary 1100000 11001110 11001000 110101 0 11 10011 10110001 110101 111011

Color Harmonies of #60CEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEC8

Black with #60CEC8

Text Example


Text Example

White with #60CEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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