Html Css Color HEX #7EECDA Aquamarine

📋 copy color: '#7EECDA'

red 126 ◦ green 236 ◦ blue 218

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

Shades of Aquamarine #7EECDA

Tints of Aquamarine #7EECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.69%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 21.72%
G = 40.69%
B = 37.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#7EECDA (or 0x7EECDA) is known color: Aquamarine. HEX triplet: 7E, EC and DA. RGB value is (126,236,218). Sum of RGB (Red+Green+Blue) = 126+236+218=580 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.72% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EECDA is #811325. Grayscale: #C9C9C9. Windows color (decimal): -8459046 or 14347390. OLE color: 14347390.

HSL color Cylindrical-coordinate representation of color #7EECDA: hue angle of 170.18º degrees, saturation: 0.74, 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 #7EECDA is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 236 218 -
CMYK 0.47 0 0.08 0.07
HSL 170.18º 0.74% 0.71% -
HSV(B) 170.18º 0.47% 0.93% -
XYZ 51.25 69.49 77.04 -
YUV 201.06 137.56 74.46 -
System Red Green Blue C M Y K H S L
Decimal 126 236 218 0.47 0 0.08 0.07 170.18 0.74 0.71
Hex 7E EC DA 2F 0 8 7 AA 4A 47
Octal 176 354 332 57 0 10 7 252 112 107
Binary 1111110 11101100 11011010 101111 0 1000 111 10101010 1001010 1000111

Color Harmonies of #7EECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EECDA

Black with #7EECDA

Text Example


Text Example

White with #7EECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,236,218); }

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

background-color css

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

 a { background-color: rgb(126,236,218); }

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

border-color css

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

 span { border-color: rgb(126,236,218); }

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