Html Css Color HEX #65ECB4 Medium Aquamarine

📋 copy color: '#65ECB4'

red 101 ◦ green 236 ◦ blue 180

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

Shades of Medium Aquamarine #65ECB4

Tints of Medium Aquamarine #65ECB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.82%

R = 19.54%
G = 45.65%
B = 34.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#65ECB4 (or 0x65ECB4) is known color: Medium Aquamarine. HEX triplet: 65, EC and B4. RGB value is (101,236,180). Sum of RGB (Red+Green+Blue) = 101+236+180=517 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.54% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECB4 is #9A134B. Grayscale: #BDBDBD. Windows color (decimal): -10097484 or 11856997. OLE color: 11856997.

HSL color Cylindrical-coordinate representation of color #65ECB4: hue angle of 155.11º 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 #65ECB4 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 236 180 -
CMYK 0.57 0 0.24 0.07
HSL 155.11º 0.78% 0.66% -
HSV(B) 155.11º 0.57% 0.93% -
XYZ 43.6 66.05 53.63 -
YUV 189.25 122.77 65.05 -
System Red Green Blue C M Y K H S L
Decimal 101 236 180 0.57 0 0.24 0.07 155.11 0.78 0.66
Hex 65 EC B4 39 0 18 7 9B 4E 42
Octal 145 354 264 71 0 30 7 233 116 102
Binary 1100101 11101100 10110100 111001 0 11000 111 10011011 1001110 1000010

Color Harmonies of #65ECB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ECB4

Black with #65ECB4

Text Example


Text Example

White with #65ECB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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