#00848B

Color #00848B Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #00848B

Tints of Dark Cyan #00848B

Color information

#00848B (or 0x00848B) is unknown color: approx Dark Cyan. HEX triplet: 00, 84 and 8B. RGB value is (0,132,139). Sum of RGB (Red+Green+Blue) = 0+132+139=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #00848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00848B is #FF7B74. Grayscale: #5D5D5D. Windows color (decimal): -16743285 or 9143296. OLE color: 9143296.

HSL color Cylindrical-coordinate representation of color #00848B: hue angle of 183.02º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00848B is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB0132139-
CMYK10.0500.45
HSL183.02º100%27.25%-
HSV(B)183.02º100%54.51%-
XYZ12.9118.3727.29-
YUV93.33153.7761.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 48.71%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=0%
G=48.71%
B=51.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal013213910.0500.45183.0210027.25
Hex0848B64502Db7641b
Octal0204213144505526714433
Binary010000100100010111100100101010110110110111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00848B;
 }
 .AnyTagClassName
 {
   color: #00848B;
 }
</style>
background-color css

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

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

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

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

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

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