#1B938E

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

Shades of Java #1B938E

Tints of Java #1B938E

Color information

#1B938E (or 0x1B938E) is unknown color: approx Java. HEX triplet: 1B, 93 and 8E. RGB value is (27,147,142). Sum of RGB (Red+Green+Blue) = 27+147+142=316 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.54% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #1B938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B938E is #E46C71. Grayscale: #6E6E6E. Windows color (decimal): -14969970 or 9343771. OLE color: 9343771.

HSL color Cylindrical-coordinate representation of color #1B938E: hue angle of 177.5º 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 #1B938E is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB27147142-
CMYK0.8200.030.42
HSL177.5º68.97%34.12%-
HSV(B)177.5º81.63%57.65%-
XYZ15.7723.0529.21-
YUV110.55145.7468.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.54%
GREEN value IS 147 (57.81% from 255) = 46.52%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=8.54%
G=46.52%
B=44.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal271471420.8200.030.42177.568.9734.12
Hex1B938E52032Ab24522
Octal33223216122035226210542
Binary1101110010011100011101010010011101010101100101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,147,142); }

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

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

 a { background-color: rgb(27,147,142); }

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

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

 span { border-color: rgb(27,147,142); }

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