#1B9C96

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

Shades of Java #1B9C96

Tints of Java #1B9C96

Color information

#1B9C96 (or 0x1B9C96) is unknown color: approx Java. HEX triplet: 1B, 9C and 96. RGB value is (27,156,150). Sum of RGB (Red+Green+Blue) = 27+156+150=333 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.11% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #1B9C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9C96 is #E46369. Grayscale: #747474. Windows color (decimal): -14967658 or 9870363. OLE color: 9870363.

HSL color Cylindrical-coordinate representation of color #1B9C96: hue angle of 177.21º 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 #1B9C96 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB27156150-
CMYK0.8300.040.39
HSL177.21º70.49%35.88%-
HSV(B)177.21º82.69%61.18%-
XYZ17.8526.2132.97-
YUV116.74146.7663.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.11%
GREEN value IS 156 (61.33% from 255) = 46.85%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=8.11%
G=46.85%
B=45.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal271561500.8300.040.39177.2170.4935.88
Hex1B9C96530427b14624
Octal33234226123044726110644
Binary11011100111001001011010100110100100111101100011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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