Html Css Color HEX #7FF1D9 Aquamarine

📋 copy color: '#7FF1D9'

red 127 ◦ green 241 ◦ blue 217

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

Shades of Aquamarine #7FF1D9

Tints of Aquamarine #7FF1D9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.2%

 BLUE value IS 217 (85.16% from 255) = 37.09%

R = 21.71%
G = 41.2%
B = 37.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#7FF1D9 (or 0x7FF1D9) is known color: Aquamarine. HEX triplet: 7F, F1 and D9. RGB value is (127,241,217). Sum of RGB (Red+Green+Blue) = 127+241+217=585 (77% of max value = 765). Red value is 127 (50% from 255 or 21.71% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #7FF1D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF1D9 is #800E26. Grayscale: #CCCCCC. Windows color (decimal): -8392231 or 14283135. OLE color: 14283135.

HSL color Cylindrical-coordinate representation of color #7FF1D9: hue angle of 167.37º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FF1D9 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 241 217 -
CMYK 0.47 0 0.10 0.05
HSL 167.37º 0.8% 0.72% -
HSV(B) 167.37º 0.47% 0.95% -
XYZ 52.73 72.43 76.85 -
YUV 204.18 135.23 72.95 -
System Red Green Blue C M Y K H S L
Decimal 127 241 217 0.47 0 0.10 0.05 167.37 0.8 0.72
Hex 7F F1 D9 2F 0 A 5 A7 50 48
Octal 177 361 331 57 0 12 5 247 120 110
Binary 1111111 11110001 11011001 101111 0 1010 101 10100111 1010000 1001000

Color Harmonies of #7FF1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF1D9

Black with #7FF1D9

Text Example


Text Example

White with #7FF1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,241,217); }

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

background-color css

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

 a { background-color: rgb(127,241,217); }

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

border-color css

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

 span { border-color: rgb(127,241,217); }

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