#089C6D

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

Shades of Free Speech Aquamarine #089C6D

Tints of Free Speech Aquamarine #089C6D

Color information

#089C6D (or 0x089C6D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, 9C and 6D. RGB value is (8,156,109). Sum of RGB (Red+Green+Blue) = 8+156+109=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #089C6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089C6D is #F76392. Grayscale: #6A6A6A. Windows color (decimal): -16212883 or 7183368. OLE color: 7183368.

HSL color Cylindrical-coordinate representation of color #089C6D: hue angle of 160.95º 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 #089C6D is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB8156109-
CMYK0.9500.300.39
HSL160.95º90.24%32.16%-
HSV(B)160.95º94.87%61.18%-
XYZ14.7524.9318.5-
YUV106.39129.4757.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.93%
GREEN value IS 156 (61.33% from 255) = 57.14%
BLUE value IS 109 (42.97% from 255) = 39.93%
R=2.93%
G=57.14%
B=39.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81561090.9500.300.39160.9590.2432.16
Hex89C6D5F01E27a15a20
Octal102341551370364724113240
Binary10001001110011011011011111011110100111101000011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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