Html Css Color HEX #7DFDD5 Aquamarine

📋 copy color: '#7DFDD5'

red 125 ◦ green 253 ◦ blue 213

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

Shades of Aquamarine #7DFDD5

Tints of Aquamarine #7DFDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.04%

R = 21.15%
G = 42.81%
B = 36.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#7DFDD5 (or 0x7DFDD5) is known color: Aquamarine. HEX triplet: 7D, FD and D5. RGB value is (125,253,213). Sum of RGB (Red+Green+Blue) = 125+253+213=591 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.15% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFDD5 is #82022A. Grayscale: #D2D2D2. Windows color (decimal): -8520235 or 14024061. OLE color: 14024061.

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

Color convert

RGB 125 253 213 -
CMYK 0.51 0 0.16 0.01
HSL 161.25º 0.97% 0.74% -
HSV(B) 161.25º 0.51% 0.99% -
XYZ 55.59 79.41 75.35 -
YUV 210.17 129.59 67.25 -
System Red Green Blue C M Y K H S L
Decimal 125 253 213 0.51 0 0.16 0.01 161.25 0.97 0.74
Hex 7D FD D5 33 0 10 1 A1 61 4A
Octal 175 375 325 63 0 20 1 241 141 112
Binary 1111101 11111101 11010101 110011 0 10000 1 10100001 1100001 1001010

Color Harmonies of #7DFDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFDD5

Black with #7DFDD5

Text Example


Text Example

White with #7DFDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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