#1B989C

Color #1B989C Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #1B989C

Tints of Java #1B989C

Color information

#1B989C (or 0x1B989C) is unknown color: approx Java. HEX triplet: 1B, 98 and 9C. RGB value is (27,152,156). Sum of RGB (Red+Green+Blue) = 27+152+156=335 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.06% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B989C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B989C is #E46763. Grayscale: #727272. Windows color (decimal): -14968676 or 10262555. OLE color: 10262555.

HSL color Cylindrical-coordinate representation of color #1B989C: hue angle of 181.86º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B989C is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB27152156-
CMYK0.830.0300.39
HSL181.86º70.49%35.88%-
HSV(B)181.86º82.69%61.18%-
XYZ17.6825.0935.36-
YUV115.08151.0965.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.06%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=8.06%
G=45.37%
B=46.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal271521560.830.0300.39181.8670.4935.88
Hex1B989C533027b64624
Octal33230234123304726610644
Binary1101110011000100111001010011110100111101101101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B989C; }

 p { color: rgb(27,152,156); }

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

<style>
 a { background-color: #1B989C; }

 a { background-color: rgb(27,152,156); }

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

<style>
 span { border-color: #1B989C; }

 span { border-color: rgb(27,152,156); }

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