Html Css Color HEX #60CEC5 Downy

📋 copy color: '#60CEC5'

red 96 ◦ green 206 ◦ blue 197

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

Shades of Downy #60CEC5

Tints of Downy #60CEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.48%

R = 19.24%
G = 41.28%
B = 39.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#60CEC5 (or 0x60CEC5) is known color: Downy. HEX triplet: 60, CE and C5. RGB value is (96,206,197). Sum of RGB (Red+Green+Blue) = 96+206+197=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEC5 is #9F313A. Grayscale: #ACACAC. Windows color (decimal): -10432827 or 12963424. OLE color: 12963424.

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

Color convert

RGB 96 206 197 -
CMYK 0.53 0 0.04 0.19
HSL 175.09º 0.53% 0.59% -
HSV(B) 175.09º 0.53% 0.81% -
XYZ 36.97 50.66 60.65 -
YUV 172.08 142.06 73.73 -
System Red Green Blue C M Y K H S L
Decimal 96 206 197 0.53 0 0.04 0.19 175.09 0.53 0.59
Hex 60 CE C5 35 0 4 13 AF 35 3B
Octal 140 316 305 65 0 4 23 257 65 73
Binary 1100000 11001110 11000101 110101 0 100 10011 10101111 110101 111011

Color Harmonies of #60CEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEC5

Black with #60CEC5

Text Example


Text Example

White with #60CEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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