#2A9CA5

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

Shades of Pelorous #2A9CA5

Tints of Pelorous #2A9CA5

Color information

#2A9CA5 (or 0x2A9CA5) is unknown color: approx Pelorous. HEX triplet: 2A, 9C and A5. RGB value is (42,156,165). Sum of RGB (Red+Green+Blue) = 42+156+165=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 165 - color contains mainly: blue. Hex color #2A9CA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9CA5 is #D5635A. Grayscale: #7A7A7A. Windows color (decimal): -13984603 or 10853418. OLE color: 10853418.

HSL color Cylindrical-coordinate representation of color #2A9CA5: hue angle of 184.39º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A9CA5 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB42156165-
CMYK0.750.0500.35
HSL184.39º59.42%40.59%-
HSV(B)184.39º74.55%64.71%-
XYZ19.6326.9939.77-
YUV122.94151.7370.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.57%
GREEN value IS 156 (61.33% from 255) = 42.98%
BLUE value IS 165 (64.84% from 255) = 45.45%
R=11.57%
G=42.98%
B=45.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal421561650.750.0500.35184.3959.4240.59
Hex2A9CA54B5023b83b29
Octal5223424511350432707351
Binary10101010011100101001011001011101010001110111000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,156,165); }

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

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

 a { background-color: rgb(42,156,165); }

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

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

 span { border-color: rgb(42,156,165); }

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