#069483

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

Shades of Dark Cyan #069483

Tints of Dark Cyan #069483

Color information

#069483 (or 0x069483) is unknown color: approx Dark Cyan. HEX triplet: 06, 94 and 83. RGB value is (6,148,131). Sum of RGB (Red+Green+Blue) = 6+148+131=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #069483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069483 is #F96B7C. Grayscale: #676767. Windows color (decimal): -16345981 or 8623110. OLE color: 8623110.

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

Color convert

RGB6148131-
CMYK0.9600.110.42
HSL172.82º92.21%30.2%-
HSV(B)172.82º95.95%58.04%-
XYZ14.7622.8625.11-
YUV103.6143.4658.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.11%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=2.11%
G=51.93%
B=45.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61481310.9600.110.42172.8292.2130.2
Hex69483600B2Aad5c1e
Octal62242031400135225513436
Binary110100101001000001111000000101110101010101101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069483; }

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

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

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

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

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

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

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

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