Html Css Color HEX #60C7BE Downy

📋 copy color: '#60C7BE'

red 96 ◦ green 199 ◦ blue 190

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

Shades of Downy #60C7BE

Tints of Downy #60C7BE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.03%

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 19.79%
G = 41.03%
B = 39.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#60C7BE (or 0x60C7BE) is known color: Downy. HEX triplet: 60, C7 and BE. RGB value is (96,199,190). Sum of RGB (Red+Green+Blue) = 96+199+190=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #60C7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C7BE is #9F3841. Grayscale: #A7A7A7. Windows color (decimal): -10434626 or 12502880. OLE color: 12502880.

HSL color Cylindrical-coordinate representation of color #60C7BE: hue angle of 174.76º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C7BE is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 199 190 -
CMYK 0.52 0 0.05 0.22
HSL 174.76º 0.48% 0.58% -
HSV(B) 174.76º 0.52% 0.78% -
XYZ 34.54 47.05 55.98 -
YUV 167.18 140.88 77.23 -
System Red Green Blue C M Y K H S L
Decimal 96 199 190 0.52 0 0.05 0.22 174.76 0.48 0.58
Hex 60 C7 BE 34 0 5 16 AF 30 3A
Octal 140 307 276 64 0 5 26 257 60 72
Binary 1100000 11000111 10111110 110100 0 101 10110 10101111 110000 111010

Color Harmonies of #60C7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C7BE

Black with #60C7BE

Text Example


Text Example

White with #60C7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,199,190); }

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

background-color css

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

 a { background-color: rgb(96,199,190); }

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

border-color css

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

 span { border-color: rgb(96,199,190); }

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