Html Css Color HEX #65ECB0 Medium Aquamarine

📋 copy color: '#65ECB0'

red 101 ◦ green 236 ◦ blue 176

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

Shades of Medium Aquamarine #65ECB0

Tints of Medium Aquamarine #65ECB0

RGB

 RED value IS 101 (39.84% from 255) = 19.69%

 GREEN value IS 236 (92.58% from 255) = 46%

 BLUE value IS 176 (69.14% from 255) = 34.31%

R = 19.69%
G = 46%
B = 34.31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#65ECB0 (or 0x65ECB0) is known color: Medium Aquamarine. HEX triplet: 65, EC and B0. RGB value is (101,236,176). Sum of RGB (Red+Green+Blue) = 101+236+176=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65ECB0 is #9A134F. Grayscale: #BCBCBC. Windows color (decimal): -10097488 or 11594853. OLE color: 11594853.

HSL color Cylindrical-coordinate representation of color #65ECB0: hue angle of 153.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65ECB0 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 236 176 -
CMYK 0.57 0 0.25 0.07
HSL 153.33º 0.78% 0.66% -
HSV(B) 153.33º 0.57% 0.93% -
XYZ 43.2 65.89 51.52 -
YUV 188.8 120.77 65.38 -
System Red Green Blue C M Y K H S L
Decimal 101 236 176 0.57 0 0.25 0.07 153.33 0.78 0.66
Hex 65 EC B0 39 0 19 7 99 4E 42
Octal 145 354 260 71 0 31 7 231 116 102
Binary 1100101 11101100 10110000 111001 0 11001 111 10011001 1001110 1000010

Color Harmonies of #65ECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ECB0

Black with #65ECB0

Text Example


Text Example

White with #65ECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65ECB0; }

 p { color: rgb(101,236,176); }

 H1.HeaderClassName
 {
   color: #65ECB0;
 }
 .AnyTagClassName
 {
   color: #65ECB0;
 }
</style>

background-color css

<style>
 a { background-color: #65ECB0; }

 a { background-color: rgb(101,236,176); }

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

border-color css

<style>
 span { border-color: #65ECB0; }

 span { border-color: rgb(101,236,176); }

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