#7BCDA7

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

Shades of Medium Aquamarine #7BCDA7

Tints of Medium Aquamarine #7BCDA7

Color information

#7BCDA7 (or 0x7BCDA7) is unknown color: approx Medium Aquamarine. HEX triplet: 7B, CD and A7. RGB value is (123,205,167). Sum of RGB (Red+Green+Blue) = 123+205+167=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCDA7 is #843258. Grayscale: #B0B0B0. Windows color (decimal): -8663641 or 10997115. OLE color: 10997115.

HSL color Cylindrical-coordinate representation of color #7BCDA7: hue angle of 152.2º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCDA7 is Cyan = 0.4, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB123205167-
CMYK0.400.190.20
HSL152.2º45.05%64.31%-
HSV(B)152.2º40%80.39%-
XYZ36.9750.6644.39-
YUV176.15122.8390.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.85%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 167 (65.62% from 255) = 33.74%
R=24.85%
G=41.41%
B=33.74%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1232051670.400.190.20152.245.0564.31
Hex7BCDA72801314982d40
Octal173315247500232423055100
Binary1111011110011011010011110100001001110100100110001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,205,167); }

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

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

 a { background-color: rgb(123,205,167); }

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

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

 span { border-color: rgb(123,205,167); }

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