Html Css Color HEX #60CAC6 Downy

📋 copy color: '#60CAC6'

red 96 ◦ green 202 ◦ blue 198

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

Shades of Downy #60CAC6

Tints of Downy #60CAC6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.73%

 BLUE value IS 198 (77.73% from 255) = 39.92%

R = 19.35%
G = 40.73%
B = 39.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#60CAC6 (or 0x60CAC6) is known color: Downy. HEX triplet: 60, CA and C6. RGB value is (96,202,198). Sum of RGB (Red+Green+Blue) = 96+202+198=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAC6 is #9F3539. Grayscale: #A9A9A9. Windows color (decimal): -10433850 or 13027936. OLE color: 13027936.

HSL color Cylindrical-coordinate representation of color #60CAC6: hue angle of 177.74º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CAC6 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 202 198 -
CMYK 0.52 0 0.02 0.21
HSL 177.74º 0.5% 0.58% -
HSV(B) 177.74º 0.52% 0.79% -
XYZ 36.14 48.81 60.94 -
YUV 169.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 96 202 198 0.52 0 0.02 0.21 177.74 0.5 0.58
Hex 60 CA C6 34 0 2 15 B2 32 3A
Octal 140 312 306 64 0 2 25 262 62 72
Binary 1100000 11001010 11000110 110100 0 10 10101 10110010 110010 111010

Color Harmonies of #60CAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CAC6

Black with #60CAC6

Text Example


Text Example

White with #60CAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,202,198); }

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

background-color css

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

 a { background-color: rgb(96,202,198); }

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

border-color css

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

 span { border-color: rgb(96,202,198); }

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