#1CA6B1

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

Shades of Pelorous #1CA6B1

Tints of Pelorous #1CA6B1

Color information

#1CA6B1 (or 0x1CA6B1) is unknown color: approx Pelorous. HEX triplet: 1C, A6 and B1. RGB value is (28,166,177). Sum of RGB (Red+Green+Blue) = 28+166+177=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #1CA6B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA6B1 is #E3594E. Grayscale: #7D7D7D. Windows color (decimal): -14899535 or 11642396. OLE color: 11642396.

HSL color Cylindrical-coordinate representation of color #1CA6B1: hue angle of 184.43º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CA6B1 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB28166177-
CMYK0.840.0600.31
HSL184.43º72.68%40.2%-
HSV(B)184.43º84.18%69.41%-
XYZ22.0530.6946.36-
YUV125.99156.7858.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.55%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 177 (69.53% from 255) = 47.71%
R=7.55%
G=44.74%
B=47.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal281661770.840.0600.31184.4372.6840.2
Hex1CA6B154601Fb84928
Octal34246261124603727011150
Binary1110010100110101100011010100110011111101110001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,166,177); }

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

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

 a { background-color: rgb(28,166,177); }

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

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

 span { border-color: rgb(28,166,177); }

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