#09848B

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

Shades of Dark Cyan #09848B

Tints of Dark Cyan #09848B

Color information

#09848B (or 0x09848B) is unknown color: approx Dark Cyan. HEX triplet: 09, 84 and 8B. RGB value is (9,132,139). Sum of RGB (Red+Green+Blue) = 9+132+139=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #09848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09848B is #F67B74. Grayscale: #5F5F5F. Windows color (decimal): -16153461 or 9143305. OLE color: 9143305.

HSL color Cylindrical-coordinate representation of color #09848B: hue angle of 183.23º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09848B is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9132139-
CMYK0.940.0500.45
HSL183.23º87.84%29.02%-
HSV(B)183.23º93.53%54.51%-
XYZ13.0218.4227.3-
YUV96.02152.2565.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.21%
GREEN value IS 132 (51.95% from 255) = 47.14%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=3.21%
G=47.14%
B=49.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91321390.940.0500.45183.2387.8429.02
Hex9848B5E502Db7581d
Octal11204213136505526713035
Binary100110000100100010111011110101010110110110111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09848B; }

 p { color: rgb(9,132,139); }

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

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

 a { background-color: rgb(9,132,139); }

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

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

 span { border-color: rgb(9,132,139); }

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