#2A8EAE

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

Shades of Pelorous #2A8EAE

Tints of Pelorous #2A8EAE

Color information

#2A8EAE (or 0x2A8EAE) is unknown color: approx Pelorous. HEX triplet: 2A, 8E and AE. RGB value is (42,142,174). Sum of RGB (Red+Green+Blue) = 42+142+174=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A8EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8EAE is #D57151. Grayscale: #737373. Windows color (decimal): -13988178 or 11439658. OLE color: 11439658.

HSL color Cylindrical-coordinate representation of color #2A8EAE: hue angle of 194.55º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A8EAE is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB42142174-
CMYK0.760.1800.32
HSL194.55º61.11%42.35%-
HSV(B)194.55º75.86%68.24%-
XYZ18.2722.8943.5-
YUV115.75160.8775.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.73%
GREEN value IS 142 (55.86% from 255) = 39.66%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=11.73%
G=39.66%
B=48.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421421740.760.1800.32194.5561.1142.35
Hex2A8EAE4C12020c33d2a
Octal52216256114220403037552
Binary1010101000111010101110100110010010010000011000011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,142,174); }

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

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

 a { background-color: rgb(42,142,174); }

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

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

 span { border-color: rgb(42,142,174); }

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