Html Css Color HEX #7DEBDF Aquamarine

📋 copy color: '#7DEBDF'

red 125 ◦ green 235 ◦ blue 223

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

Shades of Aquamarine #7DEBDF

Tints of Aquamarine #7DEBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.25%

R = 21.44%
G = 40.31%
B = 38.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#7DEBDF (or 0x7DEBDF) is known color: Aquamarine. HEX triplet: 7D, EB and DF. RGB value is (125,235,223). Sum of RGB (Red+Green+Blue) = 125+235+223=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBDF is #821420. Grayscale: #C8C8C8. Windows color (decimal): -8524833 or 14674813. OLE color: 14674813.

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

Color convert

RGB 125 235 223 -
CMYK 0.47 0 0.05 0.08
HSL 173.45º 0.73% 0.71% -
HSV(B) 173.45º 0.47% 0.92% -
XYZ 51.49 69.1 80.44 -
YUV 200.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 125 235 223 0.47 0 0.05 0.08 173.45 0.73 0.71
Hex 7D EB DF 2F 0 5 8 AD 49 47
Octal 175 353 337 57 0 5 10 255 111 107
Binary 1111101 11101011 11011111 101111 0 101 1000 10101101 1001001 1000111

Color Harmonies of #7DEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBDF

Black with #7DEBDF

Text Example


Text Example

White with #7DEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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