#1B8A8A

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

Shades of Java #1B8A8A

Tints of Java #1B8A8A

Color information

#1B8A8A (or 0x1B8A8A) is unknown color: approx Java. HEX triplet: 1B, 8A and 8A. RGB value is (27,138,138). Sum of RGB (Red+Green+Blue) = 27+138+138=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #1B8A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8A8A is #E47575. Grayscale: #686868. Windows color (decimal): -14972278 or 9079323. OLE color: 9079323.

HSL color Cylindrical-coordinate representation of color #1B8A8A: hue angle of 180º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8A8A is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB27138138-
CMYK0.80000.46
HSL180º67.27%32.35%-
HSV(B)180º80.43%54.12%-
XYZ14.1320.2427.21-
YUV104.81146.7372.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.91%
GREEN value IS 138 (54.30% from 255) = 45.54%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=8.91%
G=45.54%
B=45.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal271381380.80000.4618067.2732.35
Hex1B8A8A50002Eb44320
Octal33212212120005626410340
Binary110111000101010001010101000000101110101101001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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