#069883

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

Shades of Free Speech Aquamarine #069883

Tints of Free Speech Aquamarine #069883

Color information

#069883 (or 0x069883) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 98 and 83. RGB value is (6,152,131). Sum of RGB (Red+Green+Blue) = 6+152+131=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #069883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069883 is #F9677C. Grayscale: #696969. Windows color (decimal): -16344957 or 8624134. OLE color: 8624134.

HSL color Cylindrical-coordinate representation of color #069883: hue angle of 171.37º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069883 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB6152131-
CMYK0.9600.140.40
HSL171.37º92.41%30.98%-
HSV(B)171.37º96.05%59.61%-
XYZ15.424.1325.32-
YUV105.95142.1356.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.08%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 131 (51.56% from 255) = 45.33%
R=2.08%
G=52.60%
B=45.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61521310.9600.140.40171.3792.4130.98
Hex69883600E28ab5c1f
Octal62302031400165025313437
Binary110100110001000001111000000111010100010101011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069883; }

 p { color: rgb(6,152,131); }

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

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

 a { background-color: rgb(6,152,131); }

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

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

 span { border-color: rgb(6,152,131); }

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