Html Css Color HEX #7DFEBD Aquamarine

📋 copy color: '#7DFEBD'

red 125 ◦ green 254 ◦ blue 189

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

Shades of Aquamarine #7DFEBD

Tints of Aquamarine #7DFEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.27%

R = 22.01%
G = 44.72%
B = 33.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#7DFEBD (or 0x7DFEBD) is known color: Aquamarine. HEX triplet: 7D, FE and BD. RGB value is (125,254,189). Sum of RGB (Red+Green+Blue) = 125+254+189=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFEBD is #820142. Grayscale: #D0D0D0. Windows color (decimal): -8520003 or 12451453. OLE color: 12451453.

HSL color Cylindrical-coordinate representation of color #7DFEBD: hue angle of 149.77º 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 #7DFEBD is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 125 254 189 -
CMYK 0.51 0 0.26 0.00
HSL 149.77º 0.98% 0.74% -
HSV(B) 149.77º 0.51% 1% -
XYZ 53.08 78.92 60.58 -
YUV 208.02 117.26 68.79 -
System Red Green Blue C M Y K H S L
Decimal 125 254 189 0.51 0 0.26 0.00 149.77 0.98 0.74
Hex 7D FE BD 33 0 1A 0 96 62 4A
Octal 175 376 275 63 0 32 0 226 142 112
Binary 1111101 11111110 10111101 110011 0 11010 0 10010110 1100010 1001010

Color Harmonies of #7DFEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFEBD

Black with #7DFEBD

Text Example


Text Example

White with #7DFEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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