#1B9CAB

Color #1B9CAB Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1B9CAB

Tints of Pelorous #1B9CAB

Color information

#1B9CAB (or 0x1B9CAB) is unknown color: approx Pelorous. HEX triplet: 1B, 9C and AB. RGB value is (27,156,171). Sum of RGB (Red+Green+Blue) = 27+156+171=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B9CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9CAB is #E46354. Grayscale: #767676. Windows color (decimal): -14967637 or 11246619. OLE color: 11246619.

HSL color Cylindrical-coordinate representation of color #1B9CAB: hue angle of 186.25º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B9CAB is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB27156171-
CMYK0.840.0900.33
HSL186.25º72.73%38.82%-
HSV(B)186.25º84.21%67.06%-
XYZ19.6926.9542.69-
YUV119.14157.2662.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.63%
GREEN value IS 156 (61.33% from 255) = 44.07%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=7.63%
G=44.07%
B=48.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271561710.840.0900.33186.2572.7338.82
Hex1B9CAB549021ba4927
Octal332342531241104127211147
Binary110111001110010101011101010010010100001101110101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,156,171); }

 H1.HeaderClassName
 {
   color: #1B9CAB;
 }
 .AnyTagClassName
 {
   color: #1B9CAB;
 }
</style>
background-color css

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

 a { background-color: rgb(27,156,171); }

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

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

 span { border-color: rgb(27,156,171); }

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