Html Css Color HEX #60DFC3 Downy

📋 copy color: '#60DFC3'

red 96 ◦ green 223 ◦ blue 195

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

Shades of Downy #60DFC3

Tints of Downy #60DFC3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.39%

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

R = 18.68%
G = 43.39%
B = 37.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#60DFC3 (or 0x60DFC3) is known color: Downy. HEX triplet: 60, DF and C3. RGB value is (96,223,195). Sum of RGB (Red+Green+Blue) = 96+223+195=514 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.68% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DFC3 is #9F203C. Grayscale: #B5B5B5. Windows color (decimal): -10428477 or 12836704. OLE color: 12836704.

HSL color Cylindrical-coordinate representation of color #60DFC3: hue angle of 166.77º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DFC3 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 223 195 -
CMYK 0.57 0 0.13 0.13
HSL 166.77º 0.66% 0.63% -
HSV(B) 166.77º 0.57% 0.87% -
XYZ 41.06 59.2 60.89 -
YUV 181.84 135.42 66.78 -
System Red Green Blue C M Y K H S L
Decimal 96 223 195 0.57 0 0.13 0.13 166.77 0.66 0.63
Hex 60 DF C3 39 0 D D A7 42 3F
Octal 140 337 303 71 0 15 15 247 102 77
Binary 1100000 11011111 11000011 111001 0 1101 1101 10100111 1000010 111111

Color Harmonies of #60DFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DFC3

Black with #60DFC3

Text Example


Text Example

White with #60DFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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