Html Css Color HEX #60D4CB Downy

📋 copy color: '#60D4CB'

red 96 ◦ green 212 ◦ blue 203

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

Shades of Downy #60D4CB

Tints of Downy #60D4CB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.49%

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 18.79%
G = 41.49%
B = 39.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#60D4CB (or 0x60D4CB) is known color: Downy. HEX triplet: 60, D4 and CB. RGB value is (96,212,203). Sum of RGB (Red+Green+Blue) = 96+212+203=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #60D4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D4CB is #9F2B34. Grayscale: #B0B0B0. Windows color (decimal): -10431285 or 13358176. OLE color: 13358176.

HSL color Cylindrical-coordinate representation of color #60D4CB: hue angle of 175.34º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D4CB is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 212 203 -
CMYK 0.55 0 0.04 0.17
HSL 175.34º 0.57% 0.6% -
HSV(B) 175.34º 0.55% 0.83% -
XYZ 39.15 53.89 64.84 -
YUV 176.29 143.07 70.73 -
System Red Green Blue C M Y K H S L
Decimal 96 212 203 0.55 0 0.04 0.17 175.34 0.57 0.6
Hex 60 D4 CB 37 0 4 11 AF 39 3C
Octal 140 324 313 67 0 4 21 257 71 74
Binary 1100000 11010100 11001011 110111 0 100 10001 10101111 111001 111100

Color Harmonies of #60D4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D4CB

Black with #60D4CB

Text Example


Text Example

White with #60D4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,212,203); }

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

background-color css

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

 a { background-color: rgb(96,212,203); }

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

border-color css

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

 span { border-color: rgb(96,212,203); }

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