Html Css Color HEX #7DFBDF Aquamarine

📋 copy color: '#7DFBDF'

red 125 ◦ green 251 ◦ blue 223

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

Shades of Aquamarine #7DFBDF

Tints of Aquamarine #7DFBDF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.9%

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

R = 20.87%
G = 41.9%
B = 37.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#7DFBDF (or 0x7DFBDF) is known color: Aquamarine. HEX triplet: 7D, FB and DF. RGB value is (125,251,223). Sum of RGB (Red+Green+Blue) = 125+251+223=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #7DFBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFBDF is #820420. Grayscale: #D2D2D2. Windows color (decimal): -8520737 or 14678909. OLE color: 14678909.

HSL color Cylindrical-coordinate representation of color #7DFBDF: hue angle of 166.67º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFBDF is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 251 223 -
CMYK 0.50 0 0.11 0.02
HSL 166.67º 0.94% 0.74% -
HSV(B) 166.67º 0.5% 0.98% -
XYZ 56.27 78.68 82.03 -
YUV 210.13 135.26 67.28 -
System Red Green Blue C M Y K H S L
Decimal 125 251 223 0.50 0 0.11 0.02 166.67 0.94 0.74
Hex 7D FB DF 32 0 B 2 A7 5E 4A
Octal 175 373 337 62 0 13 2 247 136 112
Binary 1111101 11111011 11011111 110010 0 1011 10 10100111 1011110 1001010

Color Harmonies of #7DFBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFBDF

Black with #7DFBDF

Text Example


Text Example

White with #7DFBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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