Html Css Color HEX #60D7BF Downy

📋 copy color: '#60D7BF'

red 96 ◦ green 215 ◦ blue 191

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

Shades of Downy #60D7BF

Tints of Downy #60D7BF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.83%

 BLUE value IS 191 (75% from 255) = 38.05%

R = 19.12%
G = 42.83%
B = 38.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#60D7BF (or 0x60D7BF) is known color: Downy. HEX triplet: 60, D7 and BF. RGB value is (96,215,191). Sum of RGB (Red+Green+Blue) = 96+215+191=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #60D7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D7BF is #9F2840. Grayscale: #B0B0B0. Windows color (decimal): -10430529 or 12572512. OLE color: 12572512.

HSL color Cylindrical-coordinate representation of color #60D7BF: hue angle of 167.9º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D7BF is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 215 191 -
CMYK 0.55 0 0.11 0.16
HSL 167.9º 0.6% 0.61% -
HSV(B) 167.9º 0.55% 0.84% -
XYZ 38.53 54.85 57.85 -
YUV 176.68 136.08 70.45 -
System Red Green Blue C M Y K H S L
Decimal 96 215 191 0.55 0 0.11 0.16 167.9 0.6 0.61
Hex 60 D7 BF 37 0 B 10 A8 3C 3D
Octal 140 327 277 67 0 13 20 250 74 75
Binary 1100000 11010111 10111111 110111 0 1011 10000 10101000 111100 111101

Color Harmonies of #60D7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D7BF

Black with #60D7BF

Text Example


Text Example

White with #60D7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,215,191); }

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

background-color css

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

 a { background-color: rgb(96,215,191); }

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

border-color css

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

 span { border-color: rgb(96,215,191); }

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