Html Css Color HEX #1B8F99 Java

📋 copy color: '#1B8F99'

red 27 ◦ green 143 ◦ blue 153

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

Shades of Java #1B8F99

Tints of Java #1B8F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.27%

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 8.36%
G = 44.27%
B = 47.37%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1B8F99 (or 0x1B8F99) is known color: Java. HEX triplet: 1B, 8F and 99. RGB value is (27,143,153). Sum of RGB (Red+Green+Blue) = 27+143+153=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B8F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8F99 is #E47066. Grayscale: #6D6D6D. Windows color (decimal): -14970983 or 10063643. OLE color: 10063643.

HSL color Cylindrical-coordinate representation of color #1B8F99: hue angle of 184.76º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B8F99 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 27 143 153 -
CMYK 0.82 0.07 0 0.4
HSL 184.76º 0.7% 0.35% -
HSV(B) 184.76º 0.82% 0.6% -
XYZ 16.02 22.18 33.57 -
YUV 109.46 152.57 69.19 -
System Red Green Blue C M Y K H S L
Decimal 27 143 153 0.82 0.07 0 0.4 184.76 0.7 0.35
Hex 1B 8F 99 52 7 0 28 B9 46 23
Octal 33 217 231 122 7 0 50 271 106 43
Binary 11011 10001111 10011001 1010010 111 0 101000 10111001 1000110 100011

Color Harmonies of #1B8F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8F99

Black with #1B8F99

Text Example


Text Example

White with #1B8F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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