Html Css Color HEX #7DEEC7 Aquamarine

📋 copy color: '#7DEEC7'

red 125 ◦ green 238 ◦ blue 199

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

Shades of Aquamarine #7DEEC7

Tints of Aquamarine #7DEEC7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.35%

 BLUE value IS 199 (78.13% from 255) = 35.41%

R = 22.24%
G = 42.35%
B = 35.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#7DEEC7 (or 0x7DEEC7) is known color: Aquamarine. HEX triplet: 7D, EE and C7. RGB value is (125,238,199). Sum of RGB (Red+Green+Blue) = 125+238+199=562 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.24% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEEC7 is #821138. Grayscale: #C7C7C7. Windows color (decimal): -8524089 or 13102717. OLE color: 13102717.

HSL color Cylindrical-coordinate representation of color #7DEEC7: hue angle of 159.29º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEEC7 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 238 199 -
CMYK 0.47 0 0.16 0.07
HSL 159.29º 0.77% 0.71% -
HSV(B) 159.29º 0.47% 0.93% -
XYZ 49.34 69.63 64.87 -
YUV 199.77 127.56 74.67 -
System Red Green Blue C M Y K H S L
Decimal 125 238 199 0.47 0 0.16 0.07 159.29 0.77 0.71
Hex 7D EE C7 2F 0 10 7 9F 4D 47
Octal 175 356 307 57 0 20 7 237 115 107
Binary 1111101 11101110 11000111 101111 0 10000 111 10011111 1001101 1000111

Color Harmonies of #7DEEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEEC7

Black with #7DEEC7

Text Example


Text Example

White with #7DEEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,238,199); }

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

background-color css

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

 a { background-color: rgb(125,238,199); }

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

border-color css

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

 span { border-color: rgb(125,238,199); }

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