Html Css Color HEX #60DCC3 Downy

📋 copy color: '#60DCC3'

red 96 ◦ green 220 ◦ blue 195

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

Shades of Downy #60DCC3

Tints of Downy #60DCC3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.05%

 BLUE value IS 195 (76.56% from 255) = 38.16%

R = 18.79%
G = 43.05%
B = 38.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#60DCC3 (or 0x60DCC3) is known color: Downy. HEX triplet: 60, DC and C3. RGB value is (96,220,195). Sum of RGB (Red+Green+Blue) = 96+220+195=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCC3 is #9F233C. Grayscale: #B4B4B4. Windows color (decimal): -10429245 or 12835936. OLE color: 12835936.

HSL color Cylindrical-coordinate representation of color #60DCC3: hue angle of 167.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DCC3 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 220 195 -
CMYK 0.56 0 0.11 0.14
HSL 167.9º 0.64% 0.62% -
HSV(B) 167.9º 0.56% 0.86% -
XYZ 40.27 57.61 60.63 -
YUV 180.07 136.42 68.03 -
System Red Green Blue C M Y K H S L
Decimal 96 220 195 0.56 0 0.11 0.14 167.9 0.64 0.62
Hex 60 DC C3 38 0 B E A8 40 3E
Octal 140 334 303 70 0 13 16 250 100 76
Binary 1100000 11011100 11000011 111000 0 1011 1110 10101000 1000000 111110

Color Harmonies of #60DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DCC3

Black with #60DCC3

Text Example


Text Example

White with #60DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,220,195); }

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

background-color css

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

 a { background-color: rgb(96,220,195); }

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

border-color css

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

 span { border-color: rgb(96,220,195); }

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