Html Css Color HEX #7EEBDD Aquamarine

📋 copy color: '#7EEBDD'

red 126 ◦ green 235 ◦ blue 221

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

Shades of Aquamarine #7EEBDD

Tints of Aquamarine #7EEBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.97%

R = 21.65%
G = 40.38%
B = 37.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#7EEBDD (or 0x7EEBDD) is known color: Aquamarine. HEX triplet: 7E, EB and DD. RGB value is (126,235,221). Sum of RGB (Red+Green+Blue) = 126+235+221=582 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.65% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEBDD is #811422. Grayscale: #C8C8C8. Windows color (decimal): -8459299 or 14543742. OLE color: 14543742.

HSL color Cylindrical-coordinate representation of color #7EEBDD: hue angle of 172.29º 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 #7EEBDD is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 235 221 -
CMYK 0.46 0 0.06 0.08
HSL 172.29º 0.73% 0.71% -
HSV(B) 172.29º 0.46% 0.92% -
XYZ 51.36 69.07 79.03 -
YUV 200.81 139.39 74.64 -
System Red Green Blue C M Y K H S L
Decimal 126 235 221 0.46 0 0.06 0.08 172.29 0.73 0.71
Hex 7E EB DD 2E 0 6 8 AC 49 47
Octal 176 353 335 56 0 6 10 254 111 107
Binary 1111110 11101011 11011101 101110 0 110 1000 10101100 1001001 1000111

Color Harmonies of #7EEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEBDD

Black with #7EEBDD

Text Example


Text Example

White with #7EEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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