Html Css Color HEX #7EEECF Aquamarine

📋 copy color: '#7EEECF'

red 126 ◦ green 238 ◦ blue 207

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

Shades of Aquamarine #7EEECF

Tints of Aquamarine #7EEECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.68%

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 22.07%
G = 41.68%
B = 36.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#7EEECF (or 0x7EEECF) is known color: Aquamarine. HEX triplet: 7E, EE and CF. RGB value is (126,238,207). Sum of RGB (Red+Green+Blue) = 126+238+207=571 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.07% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #7EEECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEECF is #811130. Grayscale: #C8C8C8. Windows color (decimal): -8458545 or 13627006. OLE color: 13627006.

HSL color Cylindrical-coordinate representation of color #7EEECF: hue angle of 163.39º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEECF is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 238 207 -
CMYK 0.47 0 0.13 0.07
HSL 163.39º 0.77% 0.71% -
HSV(B) 163.39º 0.47% 0.93% -
XYZ 50.44 70.09 69.9 -
YUV 200.98 131.39 74.52 -
System Red Green Blue C M Y K H S L
Decimal 126 238 207 0.47 0 0.13 0.07 163.39 0.77 0.71
Hex 7E EE CF 2F 0 D 7 A3 4D 47
Octal 176 356 317 57 0 15 7 243 115 107
Binary 1111110 11101110 11001111 101111 0 1101 111 10100011 1001101 1000111

Color Harmonies of #7EEECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEECF

Black with #7EEECF

Text Example


Text Example

White with #7EEECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,238,207); }

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

background-color css

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

 a { background-color: rgb(126,238,207); }

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

border-color css

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

 span { border-color: rgb(126,238,207); }

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