Html Css Color HEX #1B9992 Java

📋 copy color: '#1B9992'

red 27 ◦ green 153 ◦ blue 146

#1B9992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #1B9992

Tints of Java #1B9992

RGB

 RED value IS 27 (10.94% from 255) = 8.28%

 GREEN value IS 153 (60.16% from 255) = 46.93%

 BLUE value IS 146 (57.42% from 255) = 44.79%

R = 8.28%
G = 46.93%
B = 44.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#1B9992 (or 0x1B9992) is known color: Java. HEX triplet: 1B, 99 and 92. RGB value is (27,153,146). Sum of RGB (Red+Green+Blue) = 27+153+146=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #1B9992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9992 is #E4666D. Grayscale: #727272. Windows color (decimal): -14968430 or 9607451. OLE color: 9607451.

HSL color Cylindrical-coordinate representation of color #1B9992: hue angle of 176.67º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9992 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 27 153 146 -
CMYK 0.82 0 0.05 0.4
HSL 176.67º 0.7% 0.35% -
HSV(B) 176.67º 0.82% 0.6% -
XYZ 17.03 25.09 31.14 -
YUV 114.53 145.76 65.57 -
System Red Green Blue C M Y K H S L
Decimal 27 153 146 0.82 0 0.05 0.4 176.67 0.7 0.35
Hex 1B 99 92 52 0 5 28 B1 46 23
Octal 33 231 222 122 0 5 50 261 106 43
Binary 11011 10011001 10010010 1010010 0 101 101000 10110001 1000110 100011

Color Harmonies of #1B9992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9992

Black with #1B9992

Text Example


Text Example

White with #1B9992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B9992;
 }
 .AnyTagClassName
 {
   color: #1B9992;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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