Html Css Color HEX #7EFDDB Aquamarine

📋 copy color: '#7EFDDB'

red 126 ◦ green 253 ◦ blue 219

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

Shades of Aquamarine #7EFDDB

Tints of Aquamarine #7EFDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.31%

 BLUE value IS 219 (85.94% from 255) = 36.62%

R = 21.07%
G = 42.31%
B = 36.62%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#7EFDDB (or 0x7EFDDB) is known color: Aquamarine. HEX triplet: 7E, FD and DB. RGB value is (126,253,219). Sum of RGB (Red+Green+Blue) = 126+253+219=598 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.07% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFDDB is #810224. Grayscale: #D3D3D3. Windows color (decimal): -8454693 or 14417278. OLE color: 14417278.

HSL color Cylindrical-coordinate representation of color #7EFDDB: hue angle of 163.94º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFDDB is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 253 219 -
CMYK 0.50 0 0.13 0.01
HSL 163.94º 0.97% 0.74% -
HSV(B) 163.94º 0.5% 0.99% -
XYZ 56.52 79.8 79.44 -
YUV 211.15 132.42 67.26 -
System Red Green Blue C M Y K H S L
Decimal 126 253 219 0.50 0 0.13 0.01 163.94 0.97 0.74
Hex 7E FD DB 32 0 D 1 A4 61 4A
Octal 176 375 333 62 0 15 1 244 141 112
Binary 1111110 11111101 11011011 110010 0 1101 1 10100100 1100001 1001010

Color Harmonies of #7EFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFDDB

Black with #7EFDDB

Text Example


Text Example

White with #7EFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,253,219); }

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

background-color css

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

 a { background-color: rgb(126,253,219); }

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

border-color css

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

 span { border-color: rgb(126,253,219); }

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