Html Css Color HEX #7EFCC8 Aquamarine

📋 copy color: '#7EFCC8'

red 126 ◦ green 252 ◦ blue 200

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

Shades of Aquamarine #7EFCC8

Tints of Aquamarine #7EFCC8

RGB

 RED value IS 126 (49.61% from 255) = 21.8%

 GREEN value IS 252 (98.83% from 255) = 43.6%

 BLUE value IS 200 (78.52% from 255) = 34.6%

R = 21.8%
G = 43.6%
B = 34.6%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#7EFCC8 (or 0x7EFCC8) is known color: Aquamarine. HEX triplet: 7E, FC and C8. RGB value is (126,252,200). Sum of RGB (Red+Green+Blue) = 126+252+200=578 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.80% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFCC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFCC8 is #810337. Grayscale: #D0D0D0. Windows color (decimal): -8454968 or 13171838. OLE color: 13171838.

HSL color Cylindrical-coordinate representation of color #7EFCC8: hue angle of 155.24º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFCC8 is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 252 200 -
CMYK 0.5 0 0.21 0.01
HSL 155.24º 0.95% 0.74% -
HSV(B) 155.24º 0.5% 0.99% -
XYZ 53.84 78.23 66.91 -
YUV 208.4 123.26 69.23 -
System Red Green Blue C M Y K H S L
Decimal 126 252 200 0.5 0 0.21 0.01 155.24 0.95 0.74
Hex 7E FC C8 32 0 15 1 9B 5F 4A
Octal 176 374 310 62 0 25 1 233 137 112
Binary 1111110 11111100 11001000 110010 0 10101 1 10011011 1011111 1001010

Color Harmonies of #7EFCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFCC8

Black with #7EFCC8

Text Example


Text Example

White with #7EFCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,252,200); }

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

background-color css

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

 a { background-color: rgb(126,252,200); }

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

border-color css

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

 span { border-color: rgb(126,252,200); }

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