#2CA4AA

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

Shades of Pelorous #2CA4AA

Tints of Pelorous #2CA4AA

Color information

#2CA4AA (or 0x2CA4AA) is unknown color: approx Pelorous. HEX triplet: 2C, A4 and AA. RGB value is (44,164,170). Sum of RGB (Red+Green+Blue) = 44+164+170=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #2CA4AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA4AA is #D35B55. Grayscale: #808080. Windows color (decimal): -13851478 or 11183148. OLE color: 11183148.

HSL color Cylindrical-coordinate representation of color #2CA4AA: hue angle of 182.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA4AA is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB44164170-
CMYK0.740.0400.33
HSL182.86º58.88%41.96%-
HSV(B)182.86º74.12%66.67%-
XYZ21.5729.9942.68-
YUV128.8151.2467.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.64%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=11.64%
G=43.39%
B=44.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441641700.740.0400.33182.8658.8841.96
Hex2CA4AA4A4021b73b2a
Octal5424425211240412677352
Binary10110010100100101010101001010100010000110110111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,164,170); }

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

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

 a { background-color: rgb(44,164,170); }

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

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

 span { border-color: rgb(44,164,170); }

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