#009483

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

Shades of Dark Cyan #009483

Tints of Dark Cyan #009483

Color information

#009483 (or 0x009483) is unknown color: approx Dark Cyan. HEX triplet: 00, 94 and 83. RGB value is (0,148,131). Sum of RGB (Red+Green+Blue) = 0+148+131=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #009483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009483 is #FF6B7C. Grayscale: #656565. Windows color (decimal): -16739197 or 8623104. OLE color: 8623104.

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

Color convert

RGB0148131-
CMYK100.110.42
HSL173.11º100%29.02%-
HSV(B)173.11º100%58.04%-
XYZ14.6922.8225.1-
YUV101.81144.4755.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 148 (58.20% from 255) = 53.05%
BLUE value IS 131 (51.56% from 255) = 46.95%
R=0%
G=53.05%
B=46.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0148131100.110.42173.1110029.02
Hex09483640B2Aad641d
Octal02242031440135225514435
Binary0100101001000001111001000101110101010101101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009483; }

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

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

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

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

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

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

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

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