Html Css Color HEX #61E3BC Downy

📋 copy color: '#61E3BC'

red 97 ◦ green 227 ◦ blue 188

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

Shades of Downy #61E3BC

Tints of Downy #61E3BC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.34%

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 18.95%
G = 44.34%
B = 36.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#61E3BC (or 0x61E3BC) is known color: Downy. HEX triplet: 61, E3 and BC. RGB value is (97,227,188). Sum of RGB (Red+Green+Blue) = 97+227+188=512 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.95% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #61E3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E3BC is #9E1C43. Grayscale: #B7B7B7. Windows color (decimal): -10361924 or 12378977. OLE color: 12378977.

HSL color Cylindrical-coordinate representation of color #61E3BC: hue angle of 162º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E3BC is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 97 227 188 -
CMYK 0.57 0 0.17 0.11
HSL 162º 0.7% 0.64% -
HSV(B) 162º 0.57% 0.89% -
XYZ 41.48 61.11 57.19 -
YUV 183.68 130.43 66.17 -
System Red Green Blue C M Y K H S L
Decimal 97 227 188 0.57 0 0.17 0.11 162 0.7 0.64
Hex 61 E3 BC 39 0 11 B A2 46 40
Octal 141 343 274 71 0 21 13 242 106 100
Binary 1100001 11100011 10111100 111001 0 10001 1011 10100010 1000110 1000000

Color Harmonies of #61E3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E3BC

Black with #61E3BC

Text Example


Text Example

White with #61E3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,227,188); }

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

background-color css

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

 a { background-color: rgb(97,227,188); }

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

border-color css

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

 span { border-color: rgb(97,227,188); }

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