Html Css Color HEX #00928A Dark Cyan

📋 copy color: '#00928A'

red 0 ◦ green 146 ◦ blue 138

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

Shades of Dark Cyan #00928A

Tints of Dark Cyan #00928A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.59%

R = 0%
G = 51.41%
B = 48.59%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#00928A (or 0x00928A) is known color: Dark Cyan. HEX triplet: 00, 92 and 8A. RGB value is (0,146,138). Sum of RGB (Red+Green+Blue) = 0+146+138=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #00928A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00928A is #FF6D75. Grayscale: #656565. Windows color (decimal): -16739702 or 9081344. OLE color: 9081344.

HSL color Cylindrical-coordinate representation of color #00928A: hue angle of 176.71º 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 #00928A is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 146 138 -
CMYK 1 0 0.05 0.43
HSL 176.71º 1% 0.29% -
HSV(B) 176.71º 1% 0.57% -
XYZ 14.87 22.39 27.58 -
YUV 101.43 148.63 55.65 -
System Red Green Blue C M Y K H S L
Decimal 0 146 138 1 0 0.05 0.43 176.71 1 0.29
Hex 0 92 8A 64 0 5 2B B1 64 1D
Octal 0 222 212 144 0 5 53 261 144 35
Binary 0 10010010 10001010 1100100 0 101 101011 10110001 1100100 11101

Color Harmonies of #00928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00928A

Black with #00928A

Text Example


Text Example

White with #00928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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