Html Css Color HEX #60CABC Downy

📋 copy color: '#60CABC'

red 96 ◦ green 202 ◦ blue 188

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

Shades of Downy #60CABC

Tints of Downy #60CABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 19.75%
G = 41.56%
B = 38.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#60CABC (or 0x60CABC) is known color: Downy. HEX triplet: 60, CA and BC. RGB value is (96,202,188). Sum of RGB (Red+Green+Blue) = 96+202+188=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #60CABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CABC is #9F3543. Grayscale: #A8A8A8. Windows color (decimal): -10433860 or 12372576. OLE color: 12372576.

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

Color convert

RGB 96 202 188 -
CMYK 0.52 0 0.07 0.21
HSL 172.08º 0.5% 0.58% -
HSV(B) 172.08º 0.52% 0.79% -
XYZ 35.02 48.36 55.07 -
YUV 168.71 138.88 76.14 -
System Red Green Blue C M Y K H S L
Decimal 96 202 188 0.52 0 0.07 0.21 172.08 0.5 0.58
Hex 60 CA BC 34 0 7 15 AC 32 3A
Octal 140 312 274 64 0 7 25 254 62 72
Binary 1100000 11001010 10111100 110100 0 111 10101 10101100 110010 111010

Color Harmonies of #60CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CABC

Black with #60CABC

Text Example


Text Example

White with #60CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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