#1B9C95

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

Shades of Java #1B9C95

Tints of Java #1B9C95

Color information

#1B9C95 (or 0x1B9C95) is unknown color: approx Java. HEX triplet: 1B, 9C and 95. RGB value is (27,156,149). Sum of RGB (Red+Green+Blue) = 27+156+149=332 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.13% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #1B9C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9C95 is #E4636A. Grayscale: #747474. Windows color (decimal): -14967659 or 9804827. OLE color: 9804827.

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

Color convert

RGB27156149-
CMYK0.8300.040.39
HSL176.74º70.49%35.88%-
HSV(B)176.74º82.69%61.18%-
XYZ17.7726.1832.55-
YUV116.63146.2664.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.13%
GREEN value IS 156 (61.33% from 255) = 46.99%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=8.13%
G=46.99%
B=44.88%

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
Decimal271561490.8300.040.39176.7470.4935.88
Hex1B9C95530427b14624
Octal33234225123044726110644
Binary11011100111001001010110100110100100111101100011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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