Html Css Color HEX #7DEBD1 Aquamarine

📋 copy color: '#7DEBD1'

red 125 ◦ green 235 ◦ blue 209

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

Shades of Aquamarine #7DEBD1

Tints of Aquamarine #7DEBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.73%

R = 21.97%
G = 41.3%
B = 36.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#7DEBD1 (or 0x7DEBD1) is known color: Aquamarine. HEX triplet: 7D, EB and D1. RGB value is (125,235,209). Sum of RGB (Red+Green+Blue) = 125+235+209=569 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.97% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBD1 is #82142E. Grayscale: #C7C7C7. Windows color (decimal): -8524847 or 13757309. OLE color: 13757309.

HSL color Cylindrical-coordinate representation of color #7DEBD1: hue angle of 165.82º 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 #7DEBD1 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 235 209 -
CMYK 0.47 0 0.11 0.08
HSL 165.82º 0.73% 0.71% -
HSV(B) 165.82º 0.47% 0.92% -
XYZ 49.67 68.38 70.9 -
YUV 199.15 133.56 75.11 -
System Red Green Blue C M Y K H S L
Decimal 125 235 209 0.47 0 0.11 0.08 165.82 0.73 0.71
Hex 7D EB D1 2F 0 B 8 A6 49 47
Octal 175 353 321 57 0 13 10 246 111 107
Binary 1111101 11101011 11010001 101111 0 1011 1000 10100110 1001001 1000111

Color Harmonies of #7DEBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBD1

Black with #7DEBD1

Text Example


Text Example

White with #7DEBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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