Html Css Color HEX #60CAC1 Downy

📋 copy color: '#60CAC1'

red 96 ◦ green 202 ◦ blue 193

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

Shades of Downy #60CAC1

Tints of Downy #60CAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.31%

R = 19.55%
G = 41.14%
B = 39.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#60CAC1 (or 0x60CAC1) is known color: Downy. HEX triplet: 60, CA and C1. RGB value is (96,202,193). Sum of RGB (Red+Green+Blue) = 96+202+193=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAC1 is #9F353E. Grayscale: #A9A9A9. Windows color (decimal): -10433855 or 12700256. OLE color: 12700256.

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

Color convert

RGB 96 202 193 -
CMYK 0.52 0 0.04 0.21
HSL 174.91º 0.5% 0.58% -
HSV(B) 174.91º 0.52% 0.79% -
XYZ 35.57 48.58 57.95 -
YUV 169.28 141.38 75.73 -
System Red Green Blue C M Y K H S L
Decimal 96 202 193 0.52 0 0.04 0.21 174.91 0.5 0.58
Hex 60 CA C1 34 0 4 15 AF 32 3A
Octal 140 312 301 64 0 4 25 257 62 72
Binary 1100000 11001010 11000001 110100 0 100 10101 10101111 110010 111010

Color Harmonies of #60CAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CAC1

Black with #60CAC1

Text Example


Text Example

White with #60CAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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