Html Css Color HEX #7DFDDB Aquamarine

📋 copy color: '#7DFDDB'

red 125 ◦ green 253 ◦ blue 219

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

Shades of Aquamarine #7DFDDB

Tints of Aquamarine #7DFDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.68%

R = 20.94%
G = 42.38%
B = 36.68%

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

#7DFDDB (or 0x7DFDDB) is known color: Aquamarine. HEX triplet: 7D, FD and DB. RGB value is (125,253,219). Sum of RGB (Red+Green+Blue) = 125+253+219=597 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.94% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFDDB is #820224. Grayscale: #D2D2D2. Windows color (decimal): -8520229 or 14417277. OLE color: 14417277.

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

Color convert

RGB 125 253 219 -
CMYK 0.51 0 0.13 0.01
HSL 164.06º 0.97% 0.74% -
HSV(B) 164.06º 0.51% 0.99% -
XYZ 56.37 79.73 79.44 -
YUV 210.85 132.59 66.76 -
System Red Green Blue C M Y K H S L
Decimal 125 253 219 0.51 0 0.13 0.01 164.06 0.97 0.74
Hex 7D FD DB 33 0 D 1 A4 61 4A
Octal 175 375 333 63 0 15 1 244 141 112
Binary 1111101 11111101 11011011 110011 0 1101 1 10100100 1100001 1001010

Color Harmonies of #7DFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFDDB

Black with #7DFDDB

Text Example


Text Example

White with #7DFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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