Html Css Color HEX #65FEB1 Aquamarine

📋 copy color: '#65FEB1'

red 101 ◦ green 254 ◦ blue 177

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

Shades of Aquamarine #65FEB1

Tints of Aquamarine #65FEB1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.74%

 BLUE value IS 177 (69.53% from 255) = 33.27%

R = 18.98%
G = 47.74%
B = 33.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#65FEB1 (or 0x65FEB1) is known color: Aquamarine. HEX triplet: 65, FE and B1. RGB value is (101,254,177). Sum of RGB (Red+Green+Blue) = 101+254+177=532 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.98% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FEB1 is #9A014E. Grayscale: #C7C7C7. Windows color (decimal): -10092879 or 11664997. OLE color: 11664997.

HSL color Cylindrical-coordinate representation of color #65FEB1: hue angle of 149.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FEB1 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 254 177 -
CMYK 0.60 0 0.30 0.00
HSL 149.8º 0.99% 0.7% -
HSV(B) 149.8º 0.6% 1% -
XYZ 48.74 76.82 53.85 -
YUV 199.48 115.31 57.76 -
System Red Green Blue C M Y K H S L
Decimal 101 254 177 0.60 0 0.30 0.00 149.8 0.99 0.7
Hex 65 FE B1 3C 0 1E 0 96 63 46
Octal 145 376 261 74 0 36 0 226 143 106
Binary 1100101 11111110 10110001 111100 0 11110 0 10010110 1100011 1000110

Color Harmonies of #65FEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FEB1

Black with #65FEB1

Text Example


Text Example

White with #65FEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,254,177); }

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

background-color css

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

 a { background-color: rgb(101,254,177); }

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

border-color css

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

 span { border-color: rgb(101,254,177); }

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