#069B7B

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

Shades of Free Speech Aquamarine #069B7B

Tints of Free Speech Aquamarine #069B7B

Color information

#069B7B (or 0x069B7B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 9B and 7B. RGB value is (6,155,123). Sum of RGB (Red+Green+Blue) = 6+155+123=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #069B7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069B7B is #F96484. Grayscale: #6A6A6A. Windows color (decimal): -16344197 or 8100614. OLE color: 8100614.

HSL color Cylindrical-coordinate representation of color #069B7B: hue angle of 167.11º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069B7B is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB6155123-
CMYK0.9600.210.39
HSL167.11º92.55%31.57%-
HSV(B)167.11º96.13%60.78%-
XYZ15.3724.9122.74-
YUV106.8137.1456.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.11%
GREEN value IS 155 (60.94% from 255) = 54.58%
BLUE value IS 123 (48.44% from 255) = 43.31%
R=2.11%
G=54.58%
B=43.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61551230.9600.210.39167.1192.5531.57
Hex69B7B6001527a75d20
Octal62331731400254724713540
Binary1101001101111110111100000010101100111101001111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069B7B; }

 p { color: rgb(6,155,123); }

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

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

 a { background-color: rgb(6,155,123); }

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

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

 span { border-color: rgb(6,155,123); }

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