#7DF0CB

Color #7DF0CB Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #7DF0CB

Tints of Aquamarine #7DF0CB

Color information

#7DF0CB (or 0x7DF0CB) is unknown color: approx Aquamarine. HEX triplet: 7D, F0 and CB. RGB value is (125,240,203). Sum of RGB (Red+Green+Blue) = 125+240+203=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF0CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF0CB is #820F34. Grayscale: #C9C9C9. Windows color (decimal): -8523573 or 13365373. OLE color: 13365373.

HSL color Cylindrical-coordinate representation of color #7DF0CB: hue angle of 160.7º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF0CB is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB125240203-
CMYK0.4800.150.06
HSL160.7º79.31%71.57%-
HSV(B)160.7º47.92%94.12%-
XYZ50.470.9967.55-
YUV201.4128.973.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.01%
GREEN value IS 240 (94.14% from 255) = 42.25%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=22.01%
G=42.25%
B=35.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252402030.4800.150.06160.779.3171.57
Hex7DF0CB300F6a14f48
Octal175360313600176241117110
Binary11111011111000011001011110000011111101010000110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,240,203); }

 H1.HeaderClassName
 {
   color: #7DF0CB;
 }
 .AnyTagClassName
 {
   color: #7DF0CB;
 }
</style>
background-color css

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

 a { background-color: rgb(125,240,203); }

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

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

 span { border-color: rgb(125,240,203); }

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