Html Css Color HEX #1B958A Java

📋 copy color: '#1B958A'

red 27 ◦ green 149 ◦ blue 138

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

Shades of Java #1B958A

Tints of Java #1B958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 8.6%
G = 47.45%
B = 43.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#1B958A (or 0x1B958A) is known color: Java. HEX triplet: 1B, 95 and 8A. RGB value is (27,149,138). Sum of RGB (Red+Green+Blue) = 27+149+138=314 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.60% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #1B958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B958A is #E46A75. Grayscale: #6F6F6F. Windows color (decimal): -14969462 or 9082139. OLE color: 9082139.

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

Color convert

RGB 27 149 138 -
CMYK 0.82 0 0.07 0.42
HSL 174.59º 0.69% 0.35% -
HSV(B) 174.59º 0.82% 0.58% -
XYZ 15.79 23.56 27.76 -
YUV 111.27 143.08 67.89 -
System Red Green Blue C M Y K H S L
Decimal 27 149 138 0.82 0 0.07 0.42 174.59 0.69 0.35
Hex 1B 95 8A 52 0 7 2A AF 45 23
Octal 33 225 212 122 0 7 52 257 105 43
Binary 11011 10010101 10001010 1010010 0 111 101010 10101111 1000101 100011

Color Harmonies of #1B958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B958A

Black with #1B958A

Text Example


Text Example

White with #1B958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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