Html Css Color HEX #7FF2CE Aquamarine

📋 copy color: '#7FF2CE'

red 127 ◦ green 242 ◦ blue 206

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

Shades of Aquamarine #7FF2CE

Tints of Aquamarine #7FF2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 22.09%
G = 42.09%
B = 35.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#7FF2CE (or 0x7FF2CE) is known color: Aquamarine. HEX triplet: 7F, F2 and CE. RGB value is (127,242,206). Sum of RGB (Red+Green+Blue) = 127+242+206=575 (76% of max value = 765). Red value is 127 (50% from 255 or 22.09% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF2CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF2CE is #800D31. Grayscale: #CBCBCB. Windows color (decimal): -8391986 or 13562495. OLE color: 13562495.

HSL color Cylindrical-coordinate representation of color #7FF2CE: hue angle of 161.22º 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 #7FF2CE is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 242 206 -
CMYK 0.48 0 0.15 0.05
HSL 161.22º 0.82% 0.72% -
HSV(B) 161.22º 0.48% 0.95% -
XYZ 51.65 72.47 69.66 -
YUV 203.51 129.4 73.43 -
System Red Green Blue C M Y K H S L
Decimal 127 242 206 0.48 0 0.15 0.05 161.22 0.82 0.72
Hex 7F F2 CE 30 0 F 5 A1 52 48
Octal 177 362 316 60 0 17 5 241 122 110
Binary 1111111 11110010 11001110 110000 0 1111 101 10100001 1010010 1001000

Color Harmonies of #7FF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF2CE

Black with #7FF2CE

Text Example


Text Example

White with #7FF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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