Html Css Color HEX #7DF1D1 Aquamarine

📋 copy color: '#7DF1D1'

red 125 ◦ green 241 ◦ blue 209

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

Shades of Aquamarine #7DF1D1

Tints of Aquamarine #7DF1D1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.91%

 BLUE value IS 209 (82.03% from 255) = 36.35%

R = 21.74%
G = 41.91%
B = 36.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#7DF1D1 (or 0x7DF1D1) is known color: Aquamarine. HEX triplet: 7D, F1 and D1. RGB value is (125,241,209). Sum of RGB (Red+Green+Blue) = 125+241+209=575 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.74% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF1D1 is #820E2E. Grayscale: #CACACA. Windows color (decimal): -8523311 or 13758845. OLE color: 13758845.

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

Color convert

RGB 125 241 209 -
CMYK 0.48 0 0.13 0.05
HSL 163.45º 0.81% 0.72% -
HSV(B) 163.45º 0.48% 0.95% -
XYZ 51.42 71.87 71.48 -
YUV 202.67 131.57 72.6 -
System Red Green Blue C M Y K H S L
Decimal 125 241 209 0.48 0 0.13 0.05 163.45 0.81 0.72
Hex 7D F1 D1 30 0 D 5 A3 51 48
Octal 175 361 321 60 0 15 5 243 121 110
Binary 1111101 11110001 11010001 110000 0 1101 101 10100011 1010001 1001000

Color Harmonies of #7DF1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF1D1

Black with #7DF1D1

Text Example


Text Example

White with #7DF1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,241,209); }

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

background-color css

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

 a { background-color: rgb(125,241,209); }

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

border-color css

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

 span { border-color: rgb(125,241,209); }

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