Html Css Color HEX #7DFDDC Aquamarine

📋 copy color: '#7DFDDC'

red 125 ◦ green 253 ◦ blue 220

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

Shades of Aquamarine #7DFDDC

Tints of Aquamarine #7DFDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 20.9%
G = 42.31%
B = 36.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#7DFDDC (or 0x7DFDDC) is known color: Aquamarine. HEX triplet: 7D, FD and DC. RGB value is (125,253,220). Sum of RGB (Red+Green+Blue) = 125+253+220=598 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.90% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFDDC is #820223. Grayscale: #D2D2D2. Windows color (decimal): -8520228 or 14482813. OLE color: 14482813.

HSL color Cylindrical-coordinate representation of color #7DFDDC: hue angle of 164.53º 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 #7DFDDC is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 253 220 -
CMYK 0.51 0 0.13 0.01
HSL 164.53º 0.97% 0.74% -
HSV(B) 164.53º 0.51% 0.99% -
XYZ 56.5 79.78 80.13 -
YUV 210.97 133.09 66.68 -
System Red Green Blue C M Y K H S L
Decimal 125 253 220 0.51 0 0.13 0.01 164.53 0.97 0.74
Hex 7D FD DC 33 0 D 1 A5 61 4A
Octal 175 375 334 63 0 15 1 245 141 112
Binary 1111101 11111101 11011100 110011 0 1101 1 10100101 1100001 1001010

Color Harmonies of #7DFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFDDC

Black with #7DFDDC

Text Example


Text Example

White with #7DFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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