#0F9B6A

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

Shades of Free Speech Aquamarine #0F9B6A

Tints of Free Speech Aquamarine #0F9B6A

Color information

#0F9B6A (or 0x0F9B6A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, 9B and 6A. RGB value is (15,155,106). Sum of RGB (Red+Green+Blue) = 15+155+106=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 155 (60.94% from 255 or 56.16% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9B6A is #F06495. Grayscale: #6B6B6B. Windows color (decimal): -15754390 or 6986511. OLE color: 6986511.

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

Color convert

RGB15155106-
CMYK0.9000.320.39
HSL159º82.35%33.33%-
HSV(B)159º90.32%60.78%-
XYZ14.5224.5817.62-
YUV107.55127.1261.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.43%
GREEN value IS 155 (60.94% from 255) = 56.16%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=5.43%
G=56.16%
B=38.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151551060.9000.320.3915982.3533.33
HexF9B6A5A020279f5221
Octal172331521320404723712241
Binary111110011011110101010110100100000100111100111111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F9B6A; }

 p { color: rgb(15,155,106); }

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

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

 a { background-color: rgb(15,155,106); }

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

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

 span { border-color: rgb(15,155,106); }

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