Html Css Color HEX #7EEBDF Aquamarine

📋 copy color: '#7EEBDF'

red 126 ◦ green 235 ◦ blue 223

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

Shades of Aquamarine #7EEBDF

Tints of Aquamarine #7EEBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 21.58%
G = 40.24%
B = 38.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#7EEBDF (or 0x7EEBDF) is known color: Aquamarine. HEX triplet: 7E, EB and DF. RGB value is (126,235,223). Sum of RGB (Red+Green+Blue) = 126+235+223=584 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.58% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEBDF is #811420. Grayscale: #C8C8C8. Windows color (decimal): -8459297 or 14674814. OLE color: 14674814.

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

Color convert

RGB 126 235 223 -
CMYK 0.46 0 0.05 0.08
HSL 173.39º 0.73% 0.71% -
HSV(B) 173.39º 0.46% 0.92% -
XYZ 51.63 69.18 80.44 -
YUV 201.04 140.39 74.48 -
System Red Green Blue C M Y K H S L
Decimal 126 235 223 0.46 0 0.05 0.08 173.39 0.73 0.71
Hex 7E EB DF 2E 0 5 8 AD 49 47
Octal 176 353 337 56 0 5 10 255 111 107
Binary 1111110 11101011 11011111 101110 0 101 1000 10101101 1001001 1000111

Color Harmonies of #7EEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEBDF

Black with #7EEBDF

Text Example


Text Example

White with #7EEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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