Html Css Color HEX #65FCA0 Medium Aquamarine

📋 copy color: '#65FCA0'

red 101 ◦ green 252 ◦ blue 160

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

Shades of Medium Aquamarine #65FCA0

Tints of Medium Aquamarine #65FCA0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.12%

 BLUE value IS 160 (62.89% from 255) = 31.19%

R = 19.69%
G = 49.12%
B = 31.19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#65FCA0 (or 0x65FCA0) is known color: Medium Aquamarine. HEX triplet: 65, FC and A0. RGB value is (101,252,160). Sum of RGB (Red+Green+Blue) = 101+252+160=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #65FCA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FCA0 is #9A035F. Grayscale: #C4C4C4. Windows color (decimal): -10093408 or 10550373. OLE color: 10550373.

HSL color Cylindrical-coordinate representation of color #65FCA0: hue angle of 143.44º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FCA0 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 252 160 -
CMYK 0.60 0 0.37 0.01
HSL 143.44º 0.96% 0.69% -
HSV(B) 143.44º 0.6% 0.99% -
XYZ 46.52 74.93 45.27 -
YUV 196.36 107.47 59.98 -
System Red Green Blue C M Y K H S L
Decimal 101 252 160 0.60 0 0.37 0.01 143.44 0.96 0.69
Hex 65 FC A0 3C 0 25 1 8F 60 45
Octal 145 374 240 74 0 45 1 217 140 105
Binary 1100101 11111100 10100000 111100 0 100101 1 10001111 1100000 1000101

Color Harmonies of #65FCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FCA0

Black with #65FCA0

Text Example


Text Example

White with #65FCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,252,160); }

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

background-color css

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

 a { background-color: rgb(101,252,160); }

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

border-color css

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

 span { border-color: rgb(101,252,160); }

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