Html Css Color HEX #65EF96 Medium Aquamarine

📋 copy color: '#65EF96'

red 101 ◦ green 239 ◦ blue 150

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

Shades of Medium Aquamarine #65EF96

Tints of Medium Aquamarine #65EF96

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.78%

 BLUE value IS 150 (58.98% from 255) = 30.61%

R = 20.61%
G = 48.78%
B = 30.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#65EF96 (or 0x65EF96) is known color: Medium Aquamarine. HEX triplet: 65, EF and 96. RGB value is (101,239,150). Sum of RGB (Red+Green+Blue) = 101+239+150=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #65EF96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EF96 is #9A1069. Grayscale: #BBBBBB. Windows color (decimal): -10096746 or 9891685. OLE color: 9891685.

HSL color Cylindrical-coordinate representation of color #65EF96: hue angle of 141.3º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EF96 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 239 150 -
CMYK 0.58 0 0.37 0.06
HSL 141.3º 0.81% 0.67% -
HSV(B) 141.3º 0.58% 0.94% -
XYZ 41.74 66.7 39.53 -
YUV 187.59 106.78 66.24 -
System Red Green Blue C M Y K H S L
Decimal 101 239 150 0.58 0 0.37 0.06 141.3 0.81 0.67
Hex 65 EF 96 3A 0 25 6 8D 51 43
Octal 145 357 226 72 0 45 6 215 121 103
Binary 1100101 11101111 10010110 111010 0 100101 110 10001101 1010001 1000011

Color Harmonies of #65EF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EF96

Black with #65EF96

Text Example


Text Example

White with #65EF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,239,150); }

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

background-color css

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

 a { background-color: rgb(101,239,150); }

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

border-color css

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

 span { border-color: rgb(101,239,150); }

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