Html Css Color HEX #1B988D Java

📋 copy color: '#1B988D'

red 27 ◦ green 152 ◦ blue 141

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

Shades of Java #1B988D

Tints of Java #1B988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.5%

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

R = 8.44%
G = 47.5%
B = 44.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#1B988D (or 0x1B988D) is known color: Java. HEX triplet: 1B, 98 and 8D. RGB value is (27,152,141). Sum of RGB (Red+Green+Blue) = 27+152+141=320 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.44% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #1B988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B988D is #E46772. Grayscale: #717171. Windows color (decimal): -14968691 or 9279515. OLE color: 9279515.

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

Color convert

RGB 27 152 141 -
CMYK 0.82 0 0.07 0.40
HSL 174.72º 0.7% 0.35% -
HSV(B) 174.72º 0.82% 0.6% -
XYZ 16.49 24.61 29.08 -
YUV 113.37 143.59 66.39 -
System Red Green Blue C M Y K H S L
Decimal 27 152 141 0.82 0 0.07 0.40 174.72 0.7 0.35
Hex 1B 98 8D 52 0 7 28 AF 46 23
Octal 33 230 215 122 0 7 50 257 106 43
Binary 11011 10011000 10001101 1010010 0 111 101000 10101111 1000110 100011

Color Harmonies of #1B988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B988D

Black with #1B988D

Text Example


Text Example

White with #1B988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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