Html Css Color HEX #1B9994 Java

📋 copy color: '#1B9994'

red 27 ◦ green 153 ◦ blue 148

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

Shades of Java #1B9994

Tints of Java #1B9994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 8.23%
G = 46.65%
B = 45.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#1B9994 (or 0x1B9994) is known color: Java. HEX triplet: 1B, 99 and 94. RGB value is (27,153,148). Sum of RGB (Red+Green+Blue) = 27+153+148=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #1B9994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9994 is #E4666B. Grayscale: #727272. Windows color (decimal): -14968428 or 9738523. OLE color: 9738523.

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

Color convert

RGB 27 153 148 -
CMYK 0.82 0 0.03 0.4
HSL 177.62º 0.7% 0.35% -
HSV(B) 177.62º 0.82% 0.6% -
XYZ 17.19 25.15 31.97 -
YUV 114.76 146.76 65.41 -
System Red Green Blue C M Y K H S L
Decimal 27 153 148 0.82 0 0.03 0.4 177.62 0.7 0.35
Hex 1B 99 94 52 0 3 28 B2 46 23
Octal 33 231 224 122 0 3 50 262 106 43
Binary 11011 10011001 10010100 1010010 0 11 101000 10110010 1000110 100011

Color Harmonies of #1B9994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9994

Black with #1B9994

Text Example


Text Example

White with #1B9994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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