Html Css Color HEX #60CAC4 Downy

📋 copy color: '#60CAC4'

red 96 ◦ green 202 ◦ blue 196

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

Shades of Downy #60CAC4

Tints of Downy #60CAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.68%

R = 19.43%
G = 40.89%
B = 39.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#60CAC4 (or 0x60CAC4) is known color: Downy. HEX triplet: 60, CA and C4. RGB value is (96,202,196). Sum of RGB (Red+Green+Blue) = 96+202+196=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAC4 is #9F353B. Grayscale: #A9A9A9. Windows color (decimal): -10433852 or 12896864. OLE color: 12896864.

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

Color convert

RGB 96 202 196 -
CMYK 0.52 0 0.03 0.21
HSL 176.6º 0.5% 0.58% -
HSV(B) 176.6º 0.52% 0.79% -
XYZ 35.91 48.71 59.73 -
YUV 169.62 142.88 75.49 -
System Red Green Blue C M Y K H S L
Decimal 96 202 196 0.52 0 0.03 0.21 176.6 0.5 0.58
Hex 60 CA C4 34 0 3 15 B1 32 3A
Octal 140 312 304 64 0 3 25 261 62 72
Binary 1100000 11001010 11000100 110100 0 11 10101 10110001 110010 111010

Color Harmonies of #60CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CAC4

Black with #60CAC4

Text Example


Text Example

White with #60CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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