#089C6A

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

Shades of Free Speech Aquamarine #089C6A

Tints of Free Speech Aquamarine #089C6A

Color information

#089C6A (or 0x089C6A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, 9C and 6A. RGB value is (8,156,106). Sum of RGB (Red+Green+Blue) = 8+156+106=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 156 (61.33% from 255 or 57.78% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 156 - color contains mainly: green. Hex color #089C6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089C6A is #F76395. Grayscale: #6A6A6A. Windows color (decimal): -16212886 or 6986760. OLE color: 6986760.

HSL color Cylindrical-coordinate representation of color #089C6A: hue angle of 159.73º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089C6A is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB8156106-
CMYK0.9500.320.39
HSL159.73º90.24%32.16%-
HSV(B)159.73º94.87%61.18%-
XYZ14.5924.8717.67-
YUV106.05127.9758.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.96%
GREEN value IS 156 (61.33% from 255) = 57.78%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=2.96%
G=57.78%
B=39.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81561060.9500.320.39159.7390.2432.16
Hex89C6A5F02027a05a20
Octal102341521370404724013240
Binary100010011100110101010111110100000100111101000001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089C6A; }

 p { color: rgb(8,156,106); }

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

<style>
 a { background-color: #089C6A; }

 a { background-color: rgb(8,156,106); }

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

<style>
 span { border-color: #089C6A; }

 span { border-color: rgb(8,156,106); }

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