Html Css Color HEX #65D39F Medium Aquamarine

📋 copy color: '#65D39F'

red 101 ◦ green 211 ◦ blue 159

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

Shades of Medium Aquamarine #65D39F

Tints of Medium Aquamarine #65D39F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.8%

 BLUE value IS 159 (62.5% from 255) = 33.76%

R = 21.44%
G = 44.8%
B = 33.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#65D39F (or 0x65D39F) is known color: Medium Aquamarine. HEX triplet: 65, D3 and 9F. RGB value is (101,211,159). Sum of RGB (Red+Green+Blue) = 101+211+159=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #65D39F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D39F is #9A2C60. Grayscale: #ACACAC. Windows color (decimal): -10103905 or 10474341. OLE color: 10474341.

HSL color Cylindrical-coordinate representation of color #65D39F: hue angle of 151.64º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D39F is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 101 211 159 -
CMYK 0.52 0 0.25 0.17
HSL 151.64º 0.56% 0.61% -
HSV(B) 151.64º 0.52% 0.83% -
XYZ 34.92 51.86 40.97 -
YUV 172.18 120.56 77.23 -
System Red Green Blue C M Y K H S L
Decimal 101 211 159 0.52 0 0.25 0.17 151.64 0.56 0.61
Hex 65 D3 9F 34 0 19 11 98 38 3D
Octal 145 323 237 64 0 31 21 230 70 75
Binary 1100101 11010011 10011111 110100 0 11001 10001 10011000 111000 111101

Color Harmonies of #65D39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D39F

Black with #65D39F

Text Example


Text Example

White with #65D39F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,211,159); }

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

background-color css

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

 a { background-color: rgb(101,211,159); }

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

border-color css

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

 span { border-color: rgb(101,211,159); }

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