#219CAB

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

Shades of Pelorous #219CAB

Tints of Pelorous #219CAB

Color information

#219CAB (or 0x219CAB) is unknown color: approx Pelorous. HEX triplet: 21, 9C and AB. RGB value is (33,156,171). Sum of RGB (Red+Green+Blue) = 33+156+171=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #219CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219CAB is #DE6354. Grayscale: #787878. Windows color (decimal): -14574421 or 11246625. OLE color: 11246625.

HSL color Cylindrical-coordinate representation of color #219CAB: hue angle of 186.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #219CAB is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33156171-
CMYK0.810.0900.33
HSL186.52º67.65%40%-
HSV(B)186.52º80.7%67.06%-
XYZ19.8727.0442.7-
YUV120.93156.2565.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.17%
GREEN value IS 156 (61.33% from 255) = 43.33%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=9.17%
G=43.33%
B=47.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331561710.810.0900.33186.5267.6540
Hex219CAB519021bb4428
Octal412342531211104127310450
Binary1000011001110010101011101000110010100001101110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219CAB; }

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

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

<style>
 a { background-color: #219CAB; }

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

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

<style>
 span { border-color: #219CAB; }

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

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