Html Css Color HEX #7FF8D1 Aquamarine

📋 copy color: '#7FF8D1'

red 127 ◦ green 248 ◦ blue 209

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

Shades of Aquamarine #7FF8D1

Tints of Aquamarine #7FF8D1

RGB

 RED value IS 127 (50% from 255) = 21.75%

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

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

R = 21.75%
G = 42.47%
B = 35.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#7FF8D1 (or 0x7FF8D1) is known color: Aquamarine. HEX triplet: 7F, F8 and D1. RGB value is (127,248,209). Sum of RGB (Red+Green+Blue) = 127+248+209=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #7FF8D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF8D1 is #80072E. Grayscale: #CFCFCF. Windows color (decimal): -8390447 or 13760639. OLE color: 13760639.

HSL color Cylindrical-coordinate representation of color #7FF8D1: hue angle of 160.66º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FF8D1 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 127 248 209 -
CMYK 0.49 0 0.16 0.03
HSL 160.66º 0.9% 0.74% -
HSV(B) 160.66º 0.49% 0.97% -
XYZ 53.83 76.25 72.2 -
YUV 207.38 128.91 70.67 -
System Red Green Blue C M Y K H S L
Decimal 127 248 209 0.49 0 0.16 0.03 160.66 0.9 0.74
Hex 7F F8 D1 31 0 10 3 A1 5A 4A
Octal 177 370 321 61 0 20 3 241 132 112
Binary 1111111 11111000 11010001 110001 0 10000 11 10100001 1011010 1001010

Color Harmonies of #7FF8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF8D1

Black with #7FF8D1

Text Example


Text Example

White with #7FF8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FF8D1; }

 p { color: rgb(127,248,209); }

 H1.HeaderClassName
 {
   color: #7FF8D1;
 }
 .AnyTagClassName
 {
   color: #7FF8D1;
 }
</style>

background-color css

<style>
 a { background-color: #7FF8D1; }

 a { background-color: rgb(127,248,209); }

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

border-color css

<style>
 span { border-color: #7FF8D1; }

 span { border-color: rgb(127,248,209); }

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