Html Css Color HEX #1B8C89 Java

📋 copy color: '#1B8C89'

red 27 ◦ green 140 ◦ blue 137

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

Shades of Java #1B8C89

Tints of Java #1B8C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.05%

 BLUE value IS 137 (53.91% from 255) = 45.07%

R = 8.88%
G = 46.05%
B = 45.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#1B8C89 (or 0x1B8C89) is known color: Java. HEX triplet: 1B, 8C and 89. RGB value is (27,140,137). Sum of RGB (Red+Green+Blue) = 27+140+137=304 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.88% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #1B8C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8C89 is #E47376. Grayscale: #696969. Windows color (decimal): -14971767 or 9014299. OLE color: 9014299.

HSL color Cylindrical-coordinate representation of color #1B8C89: hue angle of 178.41º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8C89 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 27 140 137 -
CMYK 0.81 0 0.02 0.45
HSL 178.41º 0.68% 0.33% -
HSV(B) 178.41º 0.81% 0.55% -
XYZ 14.35 20.8 26.92 -
YUV 105.87 145.56 71.74 -
System Red Green Blue C M Y K H S L
Decimal 27 140 137 0.81 0 0.02 0.45 178.41 0.68 0.33
Hex 1B 8C 89 51 0 2 2D B2 44 21
Octal 33 214 211 121 0 2 55 262 104 41
Binary 11011 10001100 10001001 1010001 0 10 101101 10110010 1000100 100001

Color Harmonies of #1B8C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8C89

Black with #1B8C89

Text Example


Text Example

White with #1B8C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,140,137); }

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

background-color css

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

 a { background-color: rgb(27,140,137); }

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

border-color css

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

 span { border-color: rgb(27,140,137); }

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