#08948D

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

Shades of Dark Cyan #08948D

Tints of Dark Cyan #08948D

Color information

#08948D (or 0x08948D) is unknown color: approx Dark Cyan. HEX triplet: 08, 94 and 8D. RGB value is (8,148,141). Sum of RGB (Red+Green+Blue) = 8+148+141=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #08948D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08948D is #F76B72. Grayscale: #696969. Windows color (decimal): -16214899 or 9278472. OLE color: 9278472.

HSL color Cylindrical-coordinate representation of color #08948D: hue angle of 177º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08948D is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB8148141-
CMYK0.9500.050.42
HSL177º89.74%30.59%-
HSV(B)177º94.59%58.04%-
XYZ15.523.1528.85-
YUV105.34148.1258.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.69%
GREEN value IS 148 (58.20% from 255) = 49.83%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=2.69%
G=49.83%
B=47.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81481410.9500.050.4217789.7430.59
Hex8948D5F052Ab15a1f
Octal10224215137055226113237
Binary100010010100100011011011111010110101010110001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08948D; }

 p { color: rgb(8,148,141); }

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

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

 a { background-color: rgb(8,148,141); }

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

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

 span { border-color: rgb(8,148,141); }

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