Html Css Color HEX #60CABA Downy

📋 copy color: '#60CABA'

red 96 ◦ green 202 ◦ blue 186

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

Shades of Downy #60CABA

Tints of Downy #60CABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 19.83%
G = 41.74%
B = 38.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#60CABA (or 0x60CABA) is known color: Downy. HEX triplet: 60, CA and BA. RGB value is (96,202,186). Sum of RGB (Red+Green+Blue) = 96+202+186=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #60CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CABA is #9F3545. Grayscale: #A8A8A8. Windows color (decimal): -10433862 or 12241504. OLE color: 12241504.

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

Color convert

RGB 96 202 186 -
CMYK 0.52 0 0.08 0.21
HSL 170.94º 0.5% 0.58% -
HSV(B) 170.94º 0.52% 0.79% -
XYZ 34.81 48.27 53.94 -
YUV 168.48 137.88 76.3 -
System Red Green Blue C M Y K H S L
Decimal 96 202 186 0.52 0 0.08 0.21 170.94 0.5 0.58
Hex 60 CA BA 34 0 8 15 AB 32 3A
Octal 140 312 272 64 0 10 25 253 62 72
Binary 1100000 11001010 10111010 110100 0 1000 10101 10101011 110010 111010

Color Harmonies of #60CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CABA

Black with #60CABA

Text Example


Text Example

White with #60CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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