#1B9694

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

Shades of Java #1B9694

Tints of Java #1B9694

Color information

#1B9694 (or 0x1B9694) is unknown color: approx Java. HEX triplet: 1B, 96 and 94. RGB value is (27,150,148). Sum of RGB (Red+Green+Blue) = 27+150+148=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #1B9694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9694 is #E4696B. Grayscale: #707070. Windows color (decimal): -14969196 or 9737755. OLE color: 9737755.

HSL color Cylindrical-coordinate representation of color #1B9694: hue angle of 179.02º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9694 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB27150148-
CMYK0.8200.010.41
HSL179.02º69.49%34.71%-
HSV(B)179.02º82%58.82%-
XYZ16.724.1831.8-
YUV112.99147.7566.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.31%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=8.31%
G=46.15%
B=45.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal271501480.8200.010.41179.0269.4934.71
Hex1B9694520129b34523
Octal33226224122015126310543
Binary110111001011010010100101001001101001101100111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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