Html Css Color HEX #7DF2DA Aquamarine

📋 copy color: '#7DF2DA'

red 125 ◦ green 242 ◦ blue 218

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

Shades of Aquamarine #7DF2DA

Tints of Aquamarine #7DF2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 21.37%
G = 41.37%
B = 37.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#7DF2DA (or 0x7DF2DA) is known color: Aquamarine. HEX triplet: 7D, F2 and DA. RGB value is (125,242,218). Sum of RGB (Red+Green+Blue) = 125+242+218=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF2DA is #820D25. Grayscale: #CCCCCC. Windows color (decimal): -8523046 or 14348925. OLE color: 14348925.

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

Color convert

RGB 125 242 218 -
CMYK 0.48 0 0.10 0.05
HSL 167.69º 0.82% 0.72% -
HSV(B) 167.69º 0.48% 0.95% -
XYZ 52.86 72.93 77.62 -
YUV 204.28 135.74 71.45 -
System Red Green Blue C M Y K H S L
Decimal 125 242 218 0.48 0 0.10 0.05 167.69 0.82 0.72
Hex 7D F2 DA 30 0 A 5 A8 52 48
Octal 175 362 332 60 0 12 5 250 122 110
Binary 1111101 11110010 11011010 110000 0 1010 101 10101000 1010010 1001000

Color Harmonies of #7DF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF2DA

Black with #7DF2DA

Text Example


Text Example

White with #7DF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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