Html Css Color HEX #61EAB7 Downy

📋 copy color: '#61EAB7'

red 97 ◦ green 234 ◦ blue 183

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

Shades of Downy #61EAB7

Tints of Downy #61EAB7

RGB

 RED value IS 97 (38.28% from 255) = 18.87%

 GREEN value IS 234 (91.8% from 255) = 45.53%

 BLUE value IS 183 (71.88% from 255) = 35.6%

R = 18.87%
G = 45.53%
B = 35.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#61EAB7 (or 0x61EAB7) is known color: Downy. HEX triplet: 61, EA and B7. RGB value is (97,234,183). Sum of RGB (Red+Green+Blue) = 97+234+183=514 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.87% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #61EAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EAB7 is #9E1548. Grayscale: #BBBBBB. Windows color (decimal): -10360137 or 12053089. OLE color: 12053089.

HSL color Cylindrical-coordinate representation of color #61EAB7: hue angle of 157.66º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EAB7 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 234 183 -
CMYK 0.59 0 0.22 0.08
HSL 157.66º 0.77% 0.65% -
HSV(B) 157.66º 0.59% 0.92% -
XYZ 42.9 64.81 55.05 -
YUV 187.22 125.61 63.65 -
System Red Green Blue C M Y K H S L
Decimal 97 234 183 0.59 0 0.22 0.08 157.66 0.77 0.65
Hex 61 EA B7 3B 0 16 8 9E 4D 41
Octal 141 352 267 73 0 26 10 236 115 101
Binary 1100001 11101010 10110111 111011 0 10110 1000 10011110 1001101 1000001

Color Harmonies of #61EAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EAB7

Black with #61EAB7

Text Example


Text Example

White with #61EAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61EAB7; }

 p { color: rgb(97,234,183); }

 H1.HeaderClassName
 {
   color: #61EAB7;
 }
 .AnyTagClassName
 {
   color: #61EAB7;
 }
</style>

background-color css

<style>
 a { background-color: #61EAB7; }

 a { background-color: rgb(97,234,183); }

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

border-color css

<style>
 span { border-color: #61EAB7; }

 span { border-color: rgb(97,234,183); }

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