Html Css Color HEX #7DEDDD Aquamarine

📋 copy color: '#7DEDDD'

red 125 ◦ green 237 ◦ blue 221

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

Shades of Aquamarine #7DEDDD

Tints of Aquamarine #7DEDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.65%

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 21.44%
G = 40.65%
B = 37.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#7DEDDD (or 0x7DEDDD) is known color: Aquamarine. HEX triplet: 7D, ED and DD. RGB value is (125,237,221). Sum of RGB (Red+Green+Blue) = 125+237+221=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDDD is #821222. Grayscale: #C9C9C9. Windows color (decimal): -8524323 or 14544253. OLE color: 14544253.

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

Color convert

RGB 125 237 221 -
CMYK 0.47 0 0.07 0.07
HSL 171.43º 0.76% 0.71% -
HSV(B) 171.43º 0.47% 0.93% -
XYZ 51.79 70.15 79.22 -
YUV 201.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 125 237 221 0.47 0 0.07 0.07 171.43 0.76 0.71
Hex 7D ED DD 2F 0 7 7 AB 4C 47
Octal 175 355 335 57 0 7 7 253 114 107
Binary 1111101 11101101 11011101 101111 0 111 111 10101011 1001100 1000111

Color Harmonies of #7DEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEDDD

Black with #7DEDDD

Text Example


Text Example

White with #7DEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,237,221); }

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

background-color css

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

 a { background-color: rgb(125,237,221); }

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

border-color css

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

 span { border-color: rgb(125,237,221); }

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