Html Css Color HEX #7DEED2 Aquamarine

📋 copy color: '#7DEED2'

red 125 ◦ green 238 ◦ blue 210

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

Shades of Aquamarine #7DEED2

Tints of Aquamarine #7DEED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.65%

R = 21.82%
G = 41.54%
B = 36.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#7DEED2 (or 0x7DEED2) is known color: Aquamarine. HEX triplet: 7D, EE and D2. RGB value is (125,238,210). Sum of RGB (Red+Green+Blue) = 125+238+210=573 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.82% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEED2 is #82112D. Grayscale: #C9C9C9. Windows color (decimal): -8524078 or 13823613. OLE color: 13823613.

HSL color Cylindrical-coordinate representation of color #7DEED2: hue angle of 165.13º 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 #7DEED2 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 238 210 -
CMYK 0.47 0 0.12 0.07
HSL 165.13º 0.77% 0.71% -
HSV(B) 165.13º 0.47% 0.93% -
XYZ 50.66 70.16 71.85 -
YUV 201.02 133.06 73.78 -
System Red Green Blue C M Y K H S L
Decimal 125 238 210 0.47 0 0.12 0.07 165.13 0.77 0.71
Hex 7D EE D2 2F 0 C 7 A5 4D 47
Octal 175 356 322 57 0 14 7 245 115 107
Binary 1111101 11101110 11010010 101111 0 1100 111 10100101 1001101 1000111

Color Harmonies of #7DEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEED2

Black with #7DEED2

Text Example


Text Example

White with #7DEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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