Html Css Color HEX #008B92 Dark Cyan

📋 copy color: '#008B92'

red 0 ◦ green 139 ◦ blue 146

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

Shades of Dark Cyan #008B92

Tints of Dark Cyan #008B92

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.77%

 BLUE value IS 146 (57.42% from 255) = 51.23%

R = 0%
G = 48.77%
B = 51.23%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#008B92 (or 0x008B92) is known color: Dark Cyan. HEX triplet: 00, 8B and 92. RGB value is (0,139,146). Sum of RGB (Red+Green+Blue) = 0+139+146=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #008B92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B92 is #FF746D. Grayscale: #626262. Windows color (decimal): -16741486 or 9603840. OLE color: 9603840.

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

Color convert

RGB 0 139 146 -
CMYK 1 0.05 0 0.43
HSL 182.88º 1% 0.29% -
HSV(B) 182.88º 1% 0.57% -
XYZ 14.42 20.54 30.4 -
YUV 98.24 154.95 57.93 -
System Red Green Blue C M Y K H S L
Decimal 0 139 146 1 0.05 0 0.43 182.88 1 0.29
Hex 0 8B 92 64 5 0 2B B7 64 1D
Octal 0 213 222 144 5 0 53 267 144 35
Binary 0 10001011 10010010 1100100 101 0 101011 10110111 1100100 11101

Color Harmonies of #008B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B92

Black with #008B92

Text Example


Text Example

White with #008B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008B92; }

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

 H1.HeaderClassName
 {
   color: #008B92;
 }
 .AnyTagClassName
 {
   color: #008B92;
 }
</style>

background-color css

<style>
 a { background-color: #008B92; }

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

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

border-color css

<style>
 span { border-color: #008B92; }

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

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