Html Css Color HEX #7FF2C9 Aquamarine

📋 copy color: '#7FF2C9'

red 127 ◦ green 242 ◦ blue 201

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

Shades of Aquamarine #7FF2C9

Tints of Aquamarine #7FF2C9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.46%

 BLUE value IS 201 (78.91% from 255) = 35.26%

R = 22.28%
G = 42.46%
B = 35.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#7FF2C9 (or 0x7FF2C9) is known color: Aquamarine. HEX triplet: 7F, F2 and C9. RGB value is (127,242,201). Sum of RGB (Red+Green+Blue) = 127+242+201=570 (75% of max value = 765). Red value is 127 (50% from 255 or 22.28% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF2C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF2C9 is #800D36. Grayscale: #CACACA. Windows color (decimal): -8391991 or 13234815. OLE color: 13234815.

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

Color convert

RGB 127 242 201 -
CMYK 0.48 0 0.17 0.05
HSL 158.61º 0.82% 0.72% -
HSV(B) 158.61º 0.48% 0.95% -
XYZ 51.05 72.23 66.51 -
YUV 202.94 126.9 73.83 -
System Red Green Blue C M Y K H S L
Decimal 127 242 201 0.48 0 0.17 0.05 158.61 0.82 0.72
Hex 7F F2 C9 30 0 11 5 9F 52 48
Octal 177 362 311 60 0 21 5 237 122 110
Binary 1111111 11110010 11001001 110000 0 10001 101 10011111 1010010 1001000

Color Harmonies of #7FF2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF2C9

Black with #7FF2C9

Text Example


Text Example

White with #7FF2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,242,201); }

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

background-color css

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

 a { background-color: rgb(127,242,201); }

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

border-color css

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

 span { border-color: rgb(127,242,201); }

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