Html Css Color HEX #08928F Dark Cyan

📋 copy color: '#08928F'

red 8 ◦ green 146 ◦ blue 143

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

Shades of Dark Cyan #08928F

Tints of Dark Cyan #08928F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.15%

R = 2.69%
G = 49.16%
B = 48.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#08928F (or 0x08928F) is known color: Dark Cyan. HEX triplet: 08, 92 and 8F. RGB value is (8,146,143). Sum of RGB (Red+Green+Blue) = 8+146+143=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #08928F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08928F is #F76D70. Grayscale: #686868. Windows color (decimal): -16215409 or 9409032. OLE color: 9409032.

HSL color Cylindrical-coordinate representation of color #08928F: hue angle of 178.7º 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 #08928F is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 146 143 -
CMYK 0.95 0 0.02 0.43
HSL 178.7º 0.9% 0.3% -
HSV(B) 178.7º 0.95% 0.57% -
XYZ 15.34 22.59 29.54 -
YUV 104.4 149.78 59.24 -
System Red Green Blue C M Y K H S L
Decimal 8 146 143 0.95 0 0.02 0.43 178.7 0.9 0.3
Hex 8 92 8F 5F 0 2 2B B3 5A 1E
Octal 10 222 217 137 0 2 53 263 132 36
Binary 1000 10010010 10001111 1011111 0 10 101011 10110011 1011010 11110

Color Harmonies of #08928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08928F

Black with #08928F

Text Example


Text Example

White with #08928F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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