Html Css Color HEX #7EEBCC Aquamarine

📋 copy color: '#7EEBCC'

red 126 ◦ green 235 ◦ blue 204

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

Shades of Aquamarine #7EEBCC

Tints of Aquamarine #7EEBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.59%

 BLUE value IS 204 (80.08% from 255) = 36.11%

R = 22.3%
G = 41.59%
B = 36.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#7EEBCC (or 0x7EEBCC) is known color: Aquamarine. HEX triplet: 7E, EB and CC. RGB value is (126,235,204). Sum of RGB (Red+Green+Blue) = 126+235+204=565 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.30% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEBCC is #811433. Grayscale: #C6C6C6. Windows color (decimal): -8459316 or 13429630. OLE color: 13429630.

HSL color Cylindrical-coordinate representation of color #7EEBCC: hue angle of 162.94º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEBCC is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 235 204 -
CMYK 0.46 0 0.13 0.08
HSL 162.94º 0.73% 0.71% -
HSV(B) 162.94º 0.46% 0.92% -
XYZ 49.21 68.21 67.7 -
YUV 198.88 130.89 76.02 -
System Red Green Blue C M Y K H S L
Decimal 126 235 204 0.46 0 0.13 0.08 162.94 0.73 0.71
Hex 7E EB CC 2E 0 D 8 A3 49 47
Octal 176 353 314 56 0 15 10 243 111 107
Binary 1111110 11101011 11001100 101110 0 1101 1000 10100011 1001001 1000111

Color Harmonies of #7EEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEBCC

Black with #7EEBCC

Text Example


Text Example

White with #7EEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,235,204); }

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

background-color css

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

 a { background-color: rgb(126,235,204); }

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

border-color css

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

 span { border-color: rgb(126,235,204); }

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