Html Css Color HEX #1B958F Java

📋 copy color: '#1B958F'

red 27 ◦ green 149 ◦ blue 143

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

Shades of Java #1B958F

Tints of Java #1B958F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.83%

R = 8.46%
G = 46.71%
B = 44.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#1B958F (or 0x1B958F) is known color: Java. HEX triplet: 1B, 95 and 8F. RGB value is (27,149,143). Sum of RGB (Red+Green+Blue) = 27+149+143=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #1B958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B958F is #E46A70. Grayscale: #6F6F6F. Windows color (decimal): -14969457 or 9409819. OLE color: 9409819.

HSL color Cylindrical-coordinate representation of color #1B958F: hue angle of 177.05º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B958F is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 27 149 143 -
CMYK 0.82 0 0.04 0.42
HSL 177.05º 0.69% 0.35% -
HSV(B) 177.05º 0.82% 0.58% -
XYZ 16.16 23.71 29.71 -
YUV 111.84 145.58 67.49 -
System Red Green Blue C M Y K H S L
Decimal 27 149 143 0.82 0 0.04 0.42 177.05 0.69 0.35
Hex 1B 95 8F 52 0 4 2A B1 45 23
Octal 33 225 217 122 0 4 52 261 105 43
Binary 11011 10010101 10001111 1010010 0 100 101010 10110001 1000101 100011

Color Harmonies of #1B958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B958F

Black with #1B958F

Text Example


Text Example

White with #1B958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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