#08948A

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

Shades of Dark Cyan #08948A

Tints of Dark Cyan #08948A

Color information

#08948A (or 0x08948A) is unknown color: approx Dark Cyan. HEX triplet: 08, 94 and 8A. RGB value is (8,148,138). Sum of RGB (Red+Green+Blue) = 8+148+138=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #08948A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08948A is #F76B75. Grayscale: #686868. Windows color (decimal): -16214902 or 9081864. OLE color: 9081864.

HSL color Cylindrical-coordinate representation of color #08948A: hue angle of 175.71º 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 #08948A is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB8148138-
CMYK0.9500.070.42
HSL175.71º89.74%30.59%-
HSV(B)175.71º94.59%58.04%-
XYZ15.2823.0727.69-
YUV105146.6258.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.72%
GREEN value IS 148 (58.20% from 255) = 50.34%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=2.72%
G=50.34%
B=46.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81481380.9500.070.42175.7189.7430.59
Hex8948A5F072Ab05a1f
Octal10224212137075226013237
Binary100010010100100010101011111011110101010110000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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