Html Css Color HEX #7DEBDB Aquamarine

📋 copy color: '#7DEBDB'

red 125 ◦ green 235 ◦ blue 219

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

Shades of Aquamarine #7DEBDB

Tints of Aquamarine #7DEBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.59%

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

R = 21.59%
G = 40.59%
B = 37.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#7DEBDB (or 0x7DEBDB) is known color: Aquamarine. HEX triplet: 7D, EB and DB. RGB value is (125,235,219). Sum of RGB (Red+Green+Blue) = 125+235+219=579 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.59% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBDB is #821424. Grayscale: #C8C8C8. Windows color (decimal): -8524837 or 14412669. OLE color: 14412669.

HSL color Cylindrical-coordinate representation of color #7DEBDB: hue angle of 171.27º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEBDB is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 235 219 -
CMYK 0.47 0 0.07 0.08
HSL 171.27º 0.73% 0.71% -
HSV(B) 171.27º 0.47% 0.92% -
XYZ 50.95 68.89 77.63 -
YUV 200.29 138.56 74.3 -
System Red Green Blue C M Y K H S L
Decimal 125 235 219 0.47 0 0.07 0.08 171.27 0.73 0.71
Hex 7D EB DB 2F 0 7 8 AB 49 47
Octal 175 353 333 57 0 7 10 253 111 107
Binary 1111101 11101011 11011011 101111 0 111 1000 10101011 1001001 1000111

Color Harmonies of #7DEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBDB

Black with #7DEBDB

Text Example


Text Example

White with #7DEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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