#1B8B94

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

Shades of Java #1B8B94

Tints of Java #1B8B94

Color information

#1B8B94 (or 0x1B8B94) is unknown color: approx Java. HEX triplet: 1B, 8B and 94. RGB value is (27,139,148). Sum of RGB (Red+Green+Blue) = 27+139+148=314 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.60% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #1B8B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8B94 is #E4746B. Grayscale: #6A6A6A. Windows color (decimal): -14972012 or 9734939. OLE color: 9734939.

HSL color Cylindrical-coordinate representation of color #1B8B94: hue angle of 184.46º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B8B94 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB27139148-
CMYK0.820.0600.42
HSL184.46º69.14%34.31%-
HSV(B)184.46º81.76%58.04%-
XYZ15.0320.8431.25-
YUV106.54151.3971.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.60%
GREEN value IS 139 (54.69% from 255) = 44.27%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=8.60%
G=44.27%
B=47.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal271391480.820.0600.42184.4669.1434.31
Hex1B8B9452602Ab84522
Octal33213224122605227010542
Binary11011100010111001010010100101100101010101110001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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