Html Css Color HEX #7DEFDF Aquamarine

📋 copy color: '#7DEFDF'

red 125 ◦ green 239 ◦ blue 223

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

Shades of Aquamarine #7DEFDF

Tints of Aquamarine #7DEFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.72%

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 21.29%
G = 40.72%
B = 37.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#7DEFDF (or 0x7DEFDF) is known color: Aquamarine. HEX triplet: 7D, EF and DF. RGB value is (125,239,223). Sum of RGB (Red+Green+Blue) = 125+239+223=587 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.29% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFDF is #821020. Grayscale: #CBCBCB. Windows color (decimal): -8523809 or 14675837. OLE color: 14675837.

HSL color Cylindrical-coordinate representation of color #7DEFDF: hue angle of 171.58º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DEFDF is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 239 223 -
CMYK 0.48 0 0.07 0.06
HSL 171.58º 0.78% 0.71% -
HSV(B) 171.58º 0.48% 0.94% -
XYZ 52.64 71.42 80.82 -
YUV 203.09 139.23 72.3 -
System Red Green Blue C M Y K H S L
Decimal 125 239 223 0.48 0 0.07 0.06 171.58 0.78 0.71
Hex 7D EF DF 30 0 7 6 AC 4E 47
Octal 175 357 337 60 0 7 6 254 116 107
Binary 1111101 11101111 11011111 110000 0 111 110 10101100 1001110 1000111

Color Harmonies of #7DEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEFDF

Black with #7DEFDF

Text Example


Text Example

White with #7DEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,239,223); }

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

background-color css

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

 a { background-color: rgb(125,239,223); }

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

border-color css

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

 span { border-color: rgb(125,239,223); }

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