Html Css Color HEX #65EED1 Aquamarine

📋 copy color: '#65EED1'

red 101 ◦ green 238 ◦ blue 209

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

Shades of Aquamarine #65EED1

Tints of Aquamarine #65EED1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.43%

 BLUE value IS 209 (82.03% from 255) = 38.14%

R = 18.43%
G = 43.43%
B = 38.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#65EED1 (or 0x65EED1) is known color: Aquamarine. HEX triplet: 65, EE and D1. RGB value is (101,238,209). Sum of RGB (Red+Green+Blue) = 101+238+209=548 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.43% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #65EED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EED1 is #9A112E. Grayscale: #C1C1C1. Windows color (decimal): -10096943 or 13758053. OLE color: 13758053.

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

Color convert

RGB 101 238 209 -
CMYK 0.58 0 0.12 0.07
HSL 167.3º 0.8% 0.66% -
HSV(B) 167.3º 0.58% 0.93% -
XYZ 47.45 68.52 71.05 -
YUV 193.73 136.61 61.86 -
System Red Green Blue C M Y K H S L
Decimal 101 238 209 0.58 0 0.12 0.07 167.3 0.8 0.66
Hex 65 EE D1 3A 0 C 7 A7 50 42
Octal 145 356 321 72 0 14 7 247 120 102
Binary 1100101 11101110 11010001 111010 0 1100 111 10100111 1010000 1000010

Color Harmonies of #65EED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EED1

Black with #65EED1

Text Example


Text Example

White with #65EED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,238,209); }

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

background-color css

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

 a { background-color: rgb(101,238,209); }

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

border-color css

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

 span { border-color: rgb(101,238,209); }

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