Html Css Color HEX #7DEBDA Aquamarine

📋 copy color: '#7DEBDA'

red 125 ◦ green 235 ◦ blue 218

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

Shades of Aquamarine #7DEBDA

Tints of Aquamarine #7DEBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 21.63%
G = 40.66%
B = 37.72%

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

#7DEBDA (or 0x7DEBDA) is known color: Aquamarine. HEX triplet: 7D, EB and DA. RGB value is (125,235,218). Sum of RGB (Red+Green+Blue) = 125+235+218=578 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.63% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBDA is #821425. Grayscale: #C8C8C8. Windows color (decimal): -8524838 or 14347133. OLE color: 14347133.

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

Color convert

RGB 125 235 218 -
CMYK 0.47 0 0.07 0.08
HSL 170.73º 0.73% 0.71% -
HSV(B) 170.73º 0.47% 0.92% -
XYZ 50.82 68.84 76.94 -
YUV 200.17 138.06 74.38 -
System Red Green Blue C M Y K H S L
Decimal 125 235 218 0.47 0 0.07 0.08 170.73 0.73 0.71
Hex 7D EB DA 2F 0 7 8 AB 49 47
Octal 175 353 332 57 0 7 10 253 111 107
Binary 1111101 11101011 11011010 101111 0 111 1000 10101011 1001001 1000111

Color Harmonies of #7DEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBDA

Black with #7DEBDA

Text Example


Text Example

White with #7DEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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