#1B958B

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

Shades of Java #1B958B

Tints of Java #1B958B

Color information

#1B958B (or 0x1B958B) is unknown color: approx Java. HEX triplet: 1B, 95 and 8B. RGB value is (27,149,139). Sum of RGB (Red+Green+Blue) = 27+149+139=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #1B958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B958B is #E46A74. Grayscale: #6F6F6F. Windows color (decimal): -14969461 or 9147675. OLE color: 9147675.

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

Color convert

RGB27149139-
CMYK0.8200.070.42
HSL175.08º69.32%34.51%-
HSV(B)175.08º81.88%58.43%-
XYZ15.8623.5928.14-
YUV111.38143.5867.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.57%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=8.57%
G=47.30%
B=44.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal271491390.8200.070.42175.0869.3234.51
Hex1B958B52072Aaf4523
Octal33225213122075225710543
Binary11011100101011000101110100100111101010101011111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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