#099678

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

Shades of Free Speech Aquamarine #099678

Tints of Free Speech Aquamarine #099678

Color information

#099678 (or 0x099678) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 96 and 78. RGB value is (9,150,120). Sum of RGB (Red+Green+Blue) = 9+150+120=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #099678 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099678 is #F66987. Grayscale: #686868. Windows color (decimal): -16148872 or 7902729. OLE color: 7902729.

HSL color Cylindrical-coordinate representation of color #099678: hue angle of 167.23º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099678 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB9150120-
CMYK0.9400.200.41
HSL167.23º88.68%31.18%-
HSV(B)167.23º94%58.82%-
XYZ14.4123.2321.49-
YUV104.42136.7959.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.23%
GREEN value IS 150 (58.98% from 255) = 53.76%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=3.23%
G=53.76%
B=43.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91501200.9400.200.41167.2388.6831.18
Hex996785E01429a7591f
Octal112261701360245124713137
Binary1001100101101111000101111001010010100110100111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099678; }

 p { color: rgb(9,150,120); }

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

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

 a { background-color: rgb(9,150,120); }

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

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

 span { border-color: rgb(9,150,120); }

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