Html Css Color HEX #60CAC7 Downy

📋 copy color: '#60CAC7'

red 96 ◦ green 202 ◦ blue 199

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

Shades of Downy #60CAC7

Tints of Downy #60CAC7

RGB

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

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

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

R = 19.32%
G = 40.64%
B = 40.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#60CAC7 (or 0x60CAC7) is known color: Downy. HEX triplet: 60, CA and C7. RGB value is (96,202,199). Sum of RGB (Red+Green+Blue) = 96+202+199=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAC7 is #9F3538. Grayscale: #A9A9A9. Windows color (decimal): -10433849 or 13093472. OLE color: 13093472.

HSL color Cylindrical-coordinate representation of color #60CAC7: hue angle of 178.3º 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 #60CAC7 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 202 199 -
CMYK 0.52 0 0.01 0.21
HSL 178.3º 0.5% 0.58% -
HSV(B) 178.3º 0.52% 0.79% -
XYZ 36.25 48.85 61.55 -
YUV 169.96 144.38 75.24 -
System Red Green Blue C M Y K H S L
Decimal 96 202 199 0.52 0 0.01 0.21 178.3 0.5 0.58
Hex 60 CA C7 34 0 1 15 B2 32 3A
Octal 140 312 307 64 0 1 25 262 62 72
Binary 1100000 11001010 11000111 110100 0 1 10101 10110010 110010 111010

Color Harmonies of #60CAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CAC7

Black with #60CAC7

Text Example


Text Example

White with #60CAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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