Html Css Color HEX #65F8A3 Medium Aquamarine

📋 copy color: '#65F8A3'

red 101 ◦ green 248 ◦ blue 163

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

Shades of Medium Aquamarine #65F8A3

Tints of Medium Aquamarine #65F8A3

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.44%

 BLUE value IS 163 (64.06% from 255) = 31.84%

R = 19.73%
G = 48.44%
B = 31.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#65F8A3 (or 0x65F8A3) is known color: Medium Aquamarine. HEX triplet: 65, F8 and A3. RGB value is (101,248,163). Sum of RGB (Red+Green+Blue) = 101+248+163=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #65F8A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F8A3 is #9A075C. Grayscale: #C2C2C2. Windows color (decimal): -10094429 or 10745957. OLE color: 10745957.

HSL color Cylindrical-coordinate representation of color #65F8A3: hue angle of 145.31º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F8A3 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB 101 248 163 -
CMYK 0.59 0 0.34 0.03
HSL 145.31º 0.91% 0.68% -
HSV(B) 145.31º 0.59% 0.97% -
XYZ 45.55 72.55 46.25 -
YUV 194.36 110.3 61.41 -
System Red Green Blue C M Y K H S L
Decimal 101 248 163 0.59 0 0.34 0.03 145.31 0.91 0.68
Hex 65 F8 A3 3B 0 22 3 91 5B 44
Octal 145 370 243 73 0 42 3 221 133 104
Binary 1100101 11111000 10100011 111011 0 100010 11 10010001 1011011 1000100

Color Harmonies of #65F8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F8A3

Black with #65F8A3

Text Example


Text Example

White with #65F8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,248,163); }

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

background-color css

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

 a { background-color: rgb(101,248,163); }

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

border-color css

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

 span { border-color: rgb(101,248,163); }

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