Html Css Color HEX #08928B Dark Cyan

📋 copy color: '#08928B'

red 8 ◦ green 146 ◦ blue 139

#08928B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #08928B

Tints of Dark Cyan #08928B

RGB

 RED value IS 8 (3.52% from 255) = 2.73%

 GREEN value IS 146 (57.42% from 255) = 49.83%

 BLUE value IS 139 (54.69% from 255) = 47.44%

R = 2.73%
G = 49.83%
B = 47.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#08928B (or 0x08928B) is known color: Dark Cyan. HEX triplet: 08, 92 and 8B. RGB value is (8,146,139). Sum of RGB (Red+Green+Blue) = 8+146+139=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #08928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08928B is #F76D74. Grayscale: #676767. Windows color (decimal): -16215413 or 9146888. OLE color: 9146888.

HSL color Cylindrical-coordinate representation of color #08928B: hue angle of 176.96º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08928B is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 146 139 -
CMYK 0.95 0 0.05 0.43
HSL 176.96º 0.9% 0.3% -
HSV(B) 176.96º 0.95% 0.57% -
XYZ 15.04 22.47 27.97 -
YUV 103.94 147.78 59.57 -
System Red Green Blue C M Y K H S L
Decimal 8 146 139 0.95 0 0.05 0.43 176.96 0.9 0.3
Hex 8 92 8B 5F 0 5 2B B1 5A 1E
Octal 10 222 213 137 0 5 53 261 132 36
Binary 1000 10010010 10001011 1011111 0 101 101011 10110001 1011010 11110

Color Harmonies of #08928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08928B

Black with #08928B

Text Example


Text Example

White with #08928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,146,139); }

 H1.HeaderClassName
 {
   color: #08928B;
 }
 .AnyTagClassName
 {
   color: #08928B;
 }
</style>

background-color css

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

 a { background-color: rgb(8,146,139); }

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

border-color css

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

 span { border-color: rgb(8,146,139); }

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