Html Css Color HEX #60CFBE Downy

📋 copy color: '#60CFBE'

red 96 ◦ green 207 ◦ blue 190

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

Shades of Downy #60CFBE

Tints of Downy #60CFBE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.99%

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

R = 19.47%
G = 41.99%
B = 38.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#60CFBE (or 0x60CFBE) is known color: Downy. HEX triplet: 60, CF and BE. RGB value is (96,207,190). Sum of RGB (Red+Green+Blue) = 96+207+190=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFBE is #9F3041. Grayscale: #ABABAB. Windows color (decimal): -10432578 or 12504928. OLE color: 12504928.

HSL color Cylindrical-coordinate representation of color #60CFBE: hue angle of 170.81º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60CFBE is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 207 190 -
CMYK 0.54 0 0.08 0.19
HSL 170.81º 0.54% 0.59% -
HSV(B) 170.81º 0.54% 0.81% -
XYZ 36.43 50.83 56.61 -
YUV 171.87 138.23 73.88 -
System Red Green Blue C M Y K H S L
Decimal 96 207 190 0.54 0 0.08 0.19 170.81 0.54 0.59
Hex 60 CF BE 36 0 8 13 AB 36 3B
Octal 140 317 276 66 0 10 23 253 66 73
Binary 1100000 11001111 10111110 110110 0 1000 10011 10101011 110110 111011

Color Harmonies of #60CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CFBE

Black with #60CFBE

Text Example


Text Example

White with #60CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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