#1B9C99

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

Shades of Java #1B9C99

Tints of Java #1B9C99

Color information

#1B9C99 (or 0x1B9C99) is unknown color: approx Java. HEX triplet: 1B, 9C and 99. RGB value is (27,156,153). Sum of RGB (Red+Green+Blue) = 27+156+153=336 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.04% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #1B9C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9C99 is #E46366. Grayscale: #747474. Windows color (decimal): -14967655 or 10066971. OLE color: 10066971.

HSL color Cylindrical-coordinate representation of color #1B9C99: hue angle of 178.6º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B9C99 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB27156153-
CMYK0.8300.020.39
HSL178.6º70.49%35.88%-
HSV(B)178.6º82.69%61.18%-
XYZ18.0926.3134.26-
YUV117.09148.2663.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.04%
GREEN value IS 156 (61.33% from 255) = 46.43%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=8.04%
G=46.43%
B=45.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal271561530.8300.020.39178.670.4935.88
Hex1B9C99530227b34624
Octal33234231123024726310644
Binary1101110011100100110011010011010100111101100111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,156,153); }

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

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

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

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

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

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

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