#13A07B

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

Shades of Free Speech Aquamarine #13A07B

Tints of Free Speech Aquamarine #13A07B

Color information

#13A07B (or 0x13A07B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, A0 and 7B. RGB value is (19,160,123). Sum of RGB (Red+Green+Blue) = 19+160+123=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #13A07B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A07B is #EC5F84. Grayscale: #717171. Windows color (decimal): -15490949 or 8101907. OLE color: 8101907.

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

Color convert

RGB19160123-
CMYK0.8800.230.37
HSL164.26º78.77%35.1%-
HSV(B)164.26º88.13%62.75%-
XYZ16.4126.7123.03-
YUV113.62133.2960.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.29%
GREEN value IS 160 (62.89% from 255) = 52.98%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=6.29%
G=52.98%
B=40.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal191601230.8800.230.37164.2678.7735.1
Hex13A07B5801725a44f23
Octal232401731300274524411743
Binary100111010000011110111011000010111100101101001001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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