Html Css Color HEX #7DFEAF Aquamarine

📋 copy color: '#7DFEAF'

red 125 ◦ green 254 ◦ blue 175

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

Shades of Aquamarine #7DFEAF

Tints of Aquamarine #7DFEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.59%

R = 22.56%
G = 45.85%
B = 31.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#7DFEAF (or 0x7DFEAF) is known color: Aquamarine. HEX triplet: 7D, FE and AF. RGB value is (125,254,175). Sum of RGB (Red+Green+Blue) = 125+254+175=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFEAF is #820150. Grayscale: #CECECE. Windows color (decimal): -8520017 or 11533949. OLE color: 11533949.

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

Color convert

RGB 125 254 175 -
CMYK 0.51 0 0.31 0.00
HSL 143.26º 0.98% 0.74% -
HSV(B) 143.26º 0.51% 1% -
XYZ 51.64 78.34 52.96 -
YUV 206.42 110.26 69.92 -
System Red Green Blue C M Y K H S L
Decimal 125 254 175 0.51 0 0.31 0.00 143.26 0.98 0.74
Hex 7D FE AF 33 0 1F 0 8F 62 4A
Octal 175 376 257 63 0 37 0 217 142 112
Binary 1111101 11111110 10101111 110011 0 11111 0 10001111 1100010 1001010

Color Harmonies of #7DFEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFEAF

Black with #7DFEAF

Text Example


Text Example

White with #7DFEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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