Html Css Color HEX #60CEC7 Downy

📋 copy color: '#60CEC7'

red 96 ◦ green 206 ◦ blue 199

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

Shades of Downy #60CEC7

Tints of Downy #60CEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.72%

R = 19.16%
G = 41.12%
B = 39.72%

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

#60CEC7 (or 0x60CEC7) is known color: Downy. HEX triplet: 60, CE and C7. RGB value is (96,206,199). Sum of RGB (Red+Green+Blue) = 96+206+199=501 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.16% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEC7 is #9F3138. Grayscale: #ACACAC. Windows color (decimal): -10432825 or 13094496. OLE color: 13094496.

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

Color convert

RGB 96 206 199 -
CMYK 0.53 0 0.03 0.19
HSL 176.18º 0.53% 0.59% -
HSV(B) 176.18º 0.53% 0.81% -
XYZ 37.2 50.75 61.87 -
YUV 172.31 143.06 73.57 -
System Red Green Blue C M Y K H S L
Decimal 96 206 199 0.53 0 0.03 0.19 176.18 0.53 0.59
Hex 60 CE C7 35 0 3 13 B0 35 3B
Octal 140 316 307 65 0 3 23 260 65 73
Binary 1100000 11001110 11000111 110101 0 11 10011 10110000 110101 111011

Color Harmonies of #60CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEC7

Black with #60CEC7

Text Example


Text Example

White with #60CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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