Html Css Color HEX #7DFDDF Aquamarine

📋 copy color: '#7DFDDF'

red 125 ◦ green 253 ◦ blue 223

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

Shades of Aquamarine #7DFDDF

Tints of Aquamarine #7DFDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.1%

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

R = 20.8%
G = 42.1%
B = 37.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#7DFDDF (or 0x7DFDDF) is known color: Aquamarine. HEX triplet: 7D, FD and DF. RGB value is (125,253,223). Sum of RGB (Red+Green+Blue) = 125+253+223=601 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.80% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFDDF is #820220. Grayscale: #D3D3D3. Windows color (decimal): -8520225 or 14679421. OLE color: 14679421.

HSL color Cylindrical-coordinate representation of color #7DFDDF: hue angle of 165.94º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFDDF is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 253 223 -
CMYK 0.51 0 0.12 0.01
HSL 165.94º 0.97% 0.74% -
HSV(B) 165.94º 0.51% 0.99% -
XYZ 56.9 79.94 82.24 -
YUV 211.31 134.59 66.44 -
System Red Green Blue C M Y K H S L
Decimal 125 253 223 0.51 0 0.12 0.01 165.94 0.97 0.74
Hex 7D FD DF 33 0 C 1 A6 61 4A
Octal 175 375 337 63 0 14 1 246 141 112
Binary 1111101 11111101 11011111 110011 0 1100 1 10100110 1100001 1001010

Color Harmonies of #7DFDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFDDF

Black with #7DFDDF

Text Example


Text Example

White with #7DFDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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