Html Css Color HEX #7DEDE0 Aquamarine

📋 copy color: '#7DEDE0'

red 125 ◦ green 237 ◦ blue 224

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

Shades of Aquamarine #7DEDE0

Tints of Aquamarine #7DEDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 21.33%
G = 40.44%
B = 38.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#7DEDE0 (or 0x7DEDE0) is known color: Aquamarine. HEX triplet: 7D, ED and E0. RGB value is (125,237,224). Sum of RGB (Red+Green+Blue) = 125+237+224=586 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.33% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDE0 is #82121F. Grayscale: #C9C9C9. Windows color (decimal): -8524320 or 14740861. OLE color: 14740861.

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

Color convert

RGB 125 237 224 -
CMYK 0.47 0 0.05 0.07
HSL 173.04º 0.76% 0.71% -
HSV(B) 173.04º 0.47% 0.93% -
XYZ 52.2 70.31 81.34 -
YUV 202.03 140.39 73.06 -
System Red Green Blue C M Y K H S L
Decimal 125 237 224 0.47 0 0.05 0.07 173.04 0.76 0.71
Hex 7D ED E0 2F 0 5 7 AD 4C 47
Octal 175 355 340 57 0 5 7 255 114 107
Binary 1111101 11101101 11100000 101111 0 101 111 10101101 1001100 1000111

Color Harmonies of #7DEDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEDE0

Black with #7DEDE0

Text Example


Text Example

White with #7DEDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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