Html Css Color HEX #7DEADD Aquamarine

📋 copy color: '#7DEADD'

red 125 ◦ green 234 ◦ blue 221

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

Shades of Aquamarine #7DEADD

Tints of Aquamarine #7DEADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.34%

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

R = 21.55%
G = 40.34%
B = 38.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#7DEADD (or 0x7DEADD) is known color: Aquamarine. HEX triplet: 7D, EA and DD. RGB value is (125,234,221). Sum of RGB (Red+Green+Blue) = 125+234+221=580 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.55% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEADD is #821522. Grayscale: #C7C7C7. Windows color (decimal): -8525091 or 14543485. OLE color: 14543485.

HSL color Cylindrical-coordinate representation of color #7DEADD: hue angle of 172.84º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEADD is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 234 221 -
CMYK 0.47 0 0.06 0.08
HSL 172.84º 0.72% 0.7% -
HSV(B) 172.84º 0.47% 0.92% -
XYZ 50.93 68.43 78.93 -
YUV 199.93 139.89 74.56 -
System Red Green Blue C M Y K H S L
Decimal 125 234 221 0.47 0 0.06 0.08 172.84 0.72 0.7
Hex 7D EA DD 2F 0 6 8 AD 48 46
Octal 175 352 335 57 0 6 10 255 110 106
Binary 1111101 11101010 11011101 101111 0 110 1000 10101101 1001000 1000110

Color Harmonies of #7DEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEADD

Black with #7DEADD

Text Example


Text Example

White with #7DEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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