#069B6A

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

Shades of Free Speech Aquamarine #069B6A

Tints of Free Speech Aquamarine #069B6A

Color information

#069B6A (or 0x069B6A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 9B and 6A. RGB value is (6,155,106). Sum of RGB (Red+Green+Blue) = 6+155+106=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 155 (60.94% from 255 or 58.05% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 155 - color contains mainly: green. Hex color #069B6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069B6A is #F96495. Grayscale: #686868. Windows color (decimal): -16344214 or 6986502. OLE color: 6986502.

HSL color Cylindrical-coordinate representation of color #069B6A: hue angle of 160.27º 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 #069B6A is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB6155106-
CMYK0.9600.320.39
HSL160.27º92.55%31.57%-
HSV(B)160.27º96.13%60.78%-
XYZ14.424.5217.61-
YUV104.86128.6457.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.25%
GREEN value IS 155 (60.94% from 255) = 58.05%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=2.25%
G=58.05%
B=39.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61551060.9600.320.39160.2792.5531.57
Hex69B6A6002027a05d20
Octal62331521400404724013540
Binary11010011011110101011000000100000100111101000001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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