#248EAB

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

Shades of Pelorous #248EAB

Tints of Pelorous #248EAB

Color information

#248EAB (or 0x248EAB) is unknown color: approx Pelorous. HEX triplet: 24, 8E and AB. RGB value is (36,142,171). Sum of RGB (Red+Green+Blue) = 36+142+171=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #248EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248EAB is #DB7154. Grayscale: #717171. Windows color (decimal): -14381397 or 11243044. OLE color: 11243044.

HSL color Cylindrical-coordinate representation of color #248EAB: hue angle of 192.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248EAB is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB36142171-
CMYK0.790.1700.33
HSL192.89º65.22%40.59%-
HSV(B)192.89º78.95%67.06%-
XYZ17.7522.6641.97-
YUV113.61160.3872.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.32%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=10.32%
G=40.69%
B=49.00%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361421710.790.1700.33192.8965.2240.59
Hex248EAB4F11021c14129
Octal442162531172104130110151
Binary10010010001110101010111001111100010100001110000011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248EAB; }

 p { color: rgb(36,142,171); }

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

<style>
 a { background-color: #248EAB; }

 a { background-color: rgb(36,142,171); }

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

<style>
 span { border-color: #248EAB; }

 span { border-color: rgb(36,142,171); }

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