Html Css Color HEX #7DEBD0 Aquamarine

📋 copy color: '#7DEBD0'

red 125 ◦ green 235 ◦ blue 208

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

Shades of Aquamarine #7DEBD0

Tints of Aquamarine #7DEBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.62%

R = 22.01%
G = 41.37%
B = 36.62%

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

#7DEBD0 (or 0x7DEBD0) is known color: Aquamarine. HEX triplet: 7D, EB and D0. RGB value is (125,235,208). Sum of RGB (Red+Green+Blue) = 125+235+208=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBD0 is #82142F. Grayscale: #C7C7C7. Windows color (decimal): -8524848 or 13691773. OLE color: 13691773.

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

Color convert

RGB 125 235 208 -
CMYK 0.47 0 0.11 0.08
HSL 165.27º 0.73% 0.71% -
HSV(B) 165.27º 0.47% 0.92% -
XYZ 49.55 68.33 70.25 -
YUV 199.03 133.06 75.2 -
System Red Green Blue C M Y K H S L
Decimal 125 235 208 0.47 0 0.11 0.08 165.27 0.73 0.71
Hex 7D EB D0 2F 0 B 8 A5 49 47
Octal 175 353 320 57 0 13 10 245 111 107
Binary 1111101 11101011 11010000 101111 0 1011 1000 10100101 1001001 1000111

Color Harmonies of #7DEBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBD0

Black with #7DEBD0

Text Example


Text Example

White with #7DEBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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