Html Css Color HEX #7DFEEA Aquamarine

📋 copy color: '#7DFEEA'

red 125 ◦ green 254 ◦ blue 234

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

Shades of Aquamarine #7DFEEA

Tints of Aquamarine #7DFEEA

RGB

 RED value IS 125 (49.22% from 255) = 20.39%

 GREEN value IS 254 (99.61% from 255) = 41.44%

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 20.39%
G = 41.44%
B = 38.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#7DFEEA (or 0x7DFEEA) is known color: Aquamarine. HEX triplet: 7D, FE and EA. RGB value is (125,254,234). Sum of RGB (Red+Green+Blue) = 125+254+234=613 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.39% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFEEA is #820115. Grayscale: #D5D5D5. Windows color (decimal): -8519958 or 15400573. OLE color: 15400573.

HSL color Cylindrical-coordinate representation of color #7DFEEA: hue angle of 170.7º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFEEA is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 125 254 234 -
CMYK 0.51 0 0.08 0.00
HSL 170.7º 0.98% 0.74% -
HSV(B) 170.7º 0.51% 1% -
XYZ 58.75 81.18 90.42 -
YUV 213.15 139.76 65.13 -
System Red Green Blue C M Y K H S L
Decimal 125 254 234 0.51 0 0.08 0.00 170.7 0.98 0.74
Hex 7D FE EA 33 0 8 0 AB 62 4A
Octal 175 376 352 63 0 10 0 253 142 112
Binary 1111101 11111110 11101010 110011 0 1000 0 10101011 1100010 1001010

Color Harmonies of #7DFEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFEEA

Black with #7DFEEA

Text Example


Text Example

White with #7DFEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,254,234); }

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

background-color css

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

 a { background-color: rgb(125,254,234); }

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

border-color css

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

 span { border-color: rgb(125,254,234); }

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