#069281

Color #069281 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #069281

Tints of Dark Cyan #069281

Color information

#069281 (or 0x069281) is unknown color: approx Dark Cyan. HEX triplet: 06, 92 and 81. RGB value is (6,146,129). Sum of RGB (Red+Green+Blue) = 6+146+129=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #069281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069281 is #F96D7E. Grayscale: #666666. Windows color (decimal): -16346495 or 8491526. OLE color: 8491526.

HSL color Cylindrical-coordinate representation of color #069281: hue angle of 172.71º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069281 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB6146129-
CMYK0.9600.120.43
HSL172.71º92.11%29.8%-
HSV(B)172.71º95.89%57.25%-
XYZ14.3222.1824.3-
YUV102.2143.1259.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 146 (57.42% from 255) = 51.96%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=2.14%
G=51.96%
B=45.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61461290.9600.120.43172.7192.1129.8
Hex69281600C2Bad5c1e
Octal62222011400145325513436
Binary110100100101000000111000000110010101110101101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069281; }

 p { color: rgb(6,146,129); }

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

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

 a { background-color: rgb(6,146,129); }

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

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

 span { border-color: rgb(6,146,129); }

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