Html Css Color HEX #1B959E Java

📋 copy color: '#1B959E'

red 27 ◦ green 149 ◦ blue 158

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

Shades of Java #1B959E

Tints of Java #1B959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.61%

 BLUE value IS 158 (62.11% from 255) = 47.31%

R = 8.08%
G = 44.61%
B = 47.31%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1B959E (or 0x1B959E) is known color: Java. HEX triplet: 1B, 95 and 9E. RGB value is (27,149,158). Sum of RGB (Red+Green+Blue) = 27+149+158=334 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.08% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #1B959E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B959E is #E46A61. Grayscale: #717171. Windows color (decimal): -14969442 or 10392859. OLE color: 10392859.

HSL color Cylindrical-coordinate representation of color #1B959E: hue angle of 184.12º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B959E is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 27 149 158 -
CMYK 0.83 0.06 0 0.38
HSL 184.12º 0.71% 0.36% -
HSV(B) 184.12º 0.83% 0.62% -
XYZ 17.37 24.2 36.1 -
YUV 113.55 153.08 66.27 -
System Red Green Blue C M Y K H S L
Decimal 27 149 158 0.83 0.06 0 0.38 184.12 0.71 0.36
Hex 1B 95 9E 53 6 0 26 B8 47 24
Octal 33 225 236 123 6 0 46 270 107 44
Binary 11011 10010101 10011110 1010011 110 0 100110 10111000 1000111 100100

Color Harmonies of #1B959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B959E

Black with #1B959E

Text Example


Text Example

White with #1B959E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,149,158); }

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

background-color css

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

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

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

border-color css

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

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

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