#1B948A

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

Shades of Java #1B948A

Tints of Java #1B948A

Color information

#1B948A (or 0x1B948A) is unknown color: approx Java. HEX triplet: 1B, 94 and 8A. RGB value is (27,148,138). Sum of RGB (Red+Green+Blue) = 27+148+138=313 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.63% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #1B948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B948A is #E46B75. Grayscale: #6E6E6E. Windows color (decimal): -14969718 or 9081883. OLE color: 9081883.

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

Color convert

RGB27148138-
CMYK0.8200.070.42
HSL175.04º69.14%34.31%-
HSV(B)175.04º81.76%58.04%-
XYZ15.6323.2527.71-
YUV110.68143.4168.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.63%
GREEN value IS 148 (58.20% from 255) = 47.28%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=8.63%
G=47.28%
B=44.09%

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
Decimal271481380.8200.070.42175.0469.1434.31
Hex1B948A52072Aaf4522
Octal33224212122075225710542
Binary11011100101001000101010100100111101010101011111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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