Html Css Color HEX #1B958D Java

📋 copy color: '#1B958D'

red 27 ◦ green 149 ◦ blue 141

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

Shades of Java #1B958D

Tints of Java #1B958D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.48%

R = 8.52%
G = 47%
B = 44.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#1B958D (or 0x1B958D) is known color: Java. HEX triplet: 1B, 95 and 8D. RGB value is (27,149,141). Sum of RGB (Red+Green+Blue) = 27+149+141=317 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.52% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #1B958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B958D is #E46A72. Grayscale: #6F6F6F. Windows color (decimal): -14969459 or 9278747. OLE color: 9278747.

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

Color convert

RGB 27 149 141 -
CMYK 0.82 0 0.05 0.42
HSL 176.07º 0.69% 0.35% -
HSV(B) 176.07º 0.82% 0.58% -
XYZ 16.01 23.65 28.92 -
YUV 111.61 144.58 67.65 -
System Red Green Blue C M Y K H S L
Decimal 27 149 141 0.82 0 0.05 0.42 176.07 0.69 0.35
Hex 1B 95 8D 52 0 5 2A B0 45 23
Octal 33 225 215 122 0 5 52 260 105 43
Binary 11011 10010101 10001101 1010010 0 101 101010 10110000 1000101 100011

Color Harmonies of #1B958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B958D

Black with #1B958D

Text Example


Text Example

White with #1B958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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