Html Css Color HEX #00928F Dark Cyan

📋 copy color: '#00928F'

red 0 ◦ green 146 ◦ blue 143

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

Shades of Dark Cyan #00928F

Tints of Dark Cyan #00928F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 50.52%
B = 49.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#00928F (or 0x00928F) is known color: Dark Cyan. HEX triplet: 00, 92 and 8F. RGB value is (0,146,143). Sum of RGB (Red+Green+Blue) = 0+146+143=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #00928F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00928F is #FF6D70. Grayscale: #656565. Windows color (decimal): -16739697 or 9409024. OLE color: 9409024.

HSL color Cylindrical-coordinate representation of color #00928F: hue angle of 178.77º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00928F is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 146 143 -
CMYK 1 0 0.02 0.43
HSL 178.77º 1% 0.29% -
HSV(B) 178.77º 1% 0.57% -
XYZ 15.24 22.54 29.53 -
YUV 102 151.13 55.24 -
System Red Green Blue C M Y K H S L
Decimal 0 146 143 1 0 0.02 0.43 178.77 1 0.29
Hex 0 92 8F 64 0 2 2B B3 64 1D
Octal 0 222 217 144 0 2 53 263 144 35
Binary 0 10010010 10001111 1100100 0 10 101011 10110011 1100100 11101

Color Harmonies of #00928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00928F

Black with #00928F

Text Example


Text Example

White with #00928F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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