Html Css Color HEX #7DEED5 Aquamarine

📋 copy color: '#7DEED5'

red 125 ◦ green 238 ◦ blue 213

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

Shades of Aquamarine #7DEED5

Tints of Aquamarine #7DEED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.98%

R = 21.7%
G = 41.32%
B = 36.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#7DEED5 (or 0x7DEED5) is known color: Aquamarine. HEX triplet: 7D, EE and D5. RGB value is (125,238,213). Sum of RGB (Red+Green+Blue) = 125+238+213=576 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.70% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEED5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEED5 is #82112A. Grayscale: #C9C9C9. Windows color (decimal): -8524075 or 14020221. OLE color: 14020221.

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

Color convert

RGB 125 238 213 -
CMYK 0.47 0 0.11 0.07
HSL 166.73º 0.77% 0.71% -
HSV(B) 166.73º 0.47% 0.93% -
XYZ 51.04 70.31 73.83 -
YUV 201.36 134.56 73.53 -
System Red Green Blue C M Y K H S L
Decimal 125 238 213 0.47 0 0.11 0.07 166.73 0.77 0.71
Hex 7D EE D5 2F 0 B 7 A7 4D 47
Octal 175 356 325 57 0 13 7 247 115 107
Binary 1111101 11101110 11010101 101111 0 1011 111 10100111 1001101 1000111

Color Harmonies of #7DEED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEED5

Black with #7DEED5

Text Example


Text Example

White with #7DEED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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