Html Css Color HEX #7DF2E5 Aquamarine

📋 copy color: '#7DF2E5'

red 125 ◦ green 242 ◦ blue 229

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

Shades of Aquamarine #7DF2E5

Tints of Aquamarine #7DF2E5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.6%

 BLUE value IS 229 (89.84% from 255) = 38.42%

R = 20.97%
G = 40.6%
B = 38.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#7DF2E5 (or 0x7DF2E5) is known color: Aquamarine. HEX triplet: 7D, F2 and E5. RGB value is (125,242,229). Sum of RGB (Red+Green+Blue) = 125+242+229=596 (78% of max value = 765). Red value is 125 (49.22% from 255 or 20.97% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF2E5 is #820D1A. Grayscale: #CDCDCD. Windows color (decimal): -8523035 or 15069821. OLE color: 15069821.

HSL color Cylindrical-coordinate representation of color #7DF2E5: hue angle of 173.33º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF2E5 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 242 229 -
CMYK 0.48 0 0.05 0.05
HSL 173.33º 0.82% 0.72% -
HSV(B) 173.33º 0.48% 0.95% -
XYZ 54.35 73.52 85.46 -
YUV 205.54 141.24 70.56 -
System Red Green Blue C M Y K H S L
Decimal 125 242 229 0.48 0 0.05 0.05 173.33 0.82 0.72
Hex 7D F2 E5 30 0 5 5 AD 52 48
Octal 175 362 345 60 0 5 5 255 122 110
Binary 1111101 11110010 11100101 110000 0 101 101 10101101 1010010 1001000

Color Harmonies of #7DF2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF2E5

Black with #7DF2E5

Text Example


Text Example

White with #7DF2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,242,229); }

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

background-color css

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

 a { background-color: rgb(125,242,229); }

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

border-color css

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

 span { border-color: rgb(125,242,229); }

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