Html Css Color HEX #7DFEE8 Aquamarine

📋 copy color: '#7DFEE8'

red 125 ◦ green 254 ◦ blue 232

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

Shades of Aquamarine #7DFEE8

Tints of Aquamarine #7DFEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.97%

R = 20.46%
G = 41.57%
B = 37.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#7DFEE8 (or 0x7DFEE8) is known color: Aquamarine. HEX triplet: 7D, FE and E8. RGB value is (125,254,232). Sum of RGB (Red+Green+Blue) = 125+254+232=611 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.46% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFEE8 is #820117. Grayscale: #D4D4D4. Windows color (decimal): -8519960 or 15269501. OLE color: 15269501.

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

Color convert

RGB 125 254 232 -
CMYK 0.51 0 0.09 0.00
HSL 169.77º 0.98% 0.74% -
HSV(B) 169.77º 0.51% 1% -
XYZ 58.46 81.07 88.91 -
YUV 212.92 138.76 65.29 -
System Red Green Blue C M Y K H S L
Decimal 125 254 232 0.51 0 0.09 0.00 169.77 0.98 0.74
Hex 7D FE E8 33 0 9 0 AA 62 4A
Octal 175 376 350 63 0 11 0 252 142 112
Binary 1111101 11111110 11101000 110011 0 1001 0 10101010 1100010 1001010

Color Harmonies of #7DFEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFEE8

Black with #7DFEE8

Text Example


Text Example

White with #7DFEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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