#07A07B

Color #07A07B Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #07A07B

Tints of Free Speech Aquamarine #07A07B

Color information

#07A07B (or 0x07A07B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, A0 and 7B. RGB value is (7,160,123). Sum of RGB (Red+Green+Blue) = 7+160+123=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #07A07B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A07B is #F85F84. Grayscale: #6E6E6E. Windows color (decimal): -16277381 or 8101895. OLE color: 8101895.

HSL color Cylindrical-coordinate representation of color #07A07B: hue angle of 165.49º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A07B is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB7160123-
CMYK0.9600.230.37
HSL165.49º91.62%32.75%-
HSV(B)165.49º95.63%62.75%-
XYZ16.2326.6223.02-
YUV110.04135.3154.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.41%
GREEN value IS 160 (62.89% from 255) = 55.17%
BLUE value IS 123 (48.44% from 255) = 42.41%
R=2.41%
G=55.17%
B=42.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal71601230.9600.230.37165.4991.6232.75
Hex7A07B6001725a55c21
Octal72401731400274524513441
Binary1111010000011110111100000010111100101101001011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07A07B; }

 p { color: rgb(7,160,123); }

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

<style>
 a { background-color: #07A07B; }

 a { background-color: rgb(7,160,123); }

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

<style>
 span { border-color: #07A07B; }

 span { border-color: rgb(7,160,123); }

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