#2cabc0

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

Shades of Pelorous #2CABC0

Tints of Pelorous #2CABC0

Color information

#2CABC0 (or 0x2CABC0) is unknown color: approx Pelorous. HEX triplet: 2C, AB and C0. RGB value is (44,171,192). Sum of RGB (Red+Green+Blue) = 44+171+192=407 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.81% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #2CABC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CABC0 is #D3543F. Grayscale: #878787. Windows color (decimal): -13849664 or 12626732. OLE color: 12626732.

HSL color Cylindrical-coordinate representation of color #2CABC0: hue angle of 188.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CABC0 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB44171192-
CMYK0.770.1100.25
HSL188.51º62.71%46.27%-
HSV(B)188.51º77.08%75.29%-
XYZ25.1233.4755.01-
YUV135.42159.9262.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.81%
GREEN value IS 171 (67.19% from 255) = 42.01%
BLUE value IS 192 (75.39% from 255) = 47.17%
R=10.81%
G=42.01%
B=47.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441711920.770.1100.25188.5162.7146.27
Hex2CABC04DB019bd3f2e
Octal54253300115130312757756
Binary10110010101011110000001001101101101100110111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cabc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2cabc0; }

 p { color: rgb(44,171,192); }

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

<style>
 a { background-color: #2cabc0; }

 a { background-color: rgb(44,171,192); }

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

<style>
 span { border-color: #2cabc0; }

 span { border-color: rgb(44,171,192); }

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