Html Css Color HEX #7DFBDB Aquamarine

📋 copy color: '#7DFBDB'

red 125 ◦ green 251 ◦ blue 219

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

Shades of Aquamarine #7DFBDB

Tints of Aquamarine #7DFBDB

RGB

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

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

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

R = 21.01%
G = 42.18%
B = 36.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#7DFBDB (or 0x7DFBDB) is known color: Aquamarine. HEX triplet: 7D, FB and DB. RGB value is (125,251,219). Sum of RGB (Red+Green+Blue) = 125+251+219=595 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.01% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #7DFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFBDB is #820424. Grayscale: #D1D1D1. Windows color (decimal): -8520741 or 14416765. OLE color: 14416765.

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

Color convert

RGB 125 251 219 -
CMYK 0.50 0 0.13 0.02
HSL 164.76º 0.94% 0.74% -
HSV(B) 164.76º 0.5% 0.98% -
XYZ 55.74 78.47 79.23 -
YUV 209.68 133.26 67.6 -
System Red Green Blue C M Y K H S L
Decimal 125 251 219 0.50 0 0.13 0.02 164.76 0.94 0.74
Hex 7D FB DB 32 0 D 2 A5 5E 4A
Octal 175 373 333 62 0 15 2 245 136 112
Binary 1111101 11111011 11011011 110010 0 1101 10 10100101 1011110 1001010

Color Harmonies of #7DFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFBDB

Black with #7DFBDB

Text Example


Text Example

White with #7DFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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