#299EAE

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

Shades of Pelorous #299EAE

Tints of Pelorous #299EAE

Color information

#299EAE (or 0x299EAE) is unknown color: approx Pelorous. HEX triplet: 29, 9E and AE. RGB value is (41,158,174). Sum of RGB (Red+Green+Blue) = 41+158+174=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #299EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299EAE is #D66151. Grayscale: #7C7C7C. Windows color (decimal): -14049618 or 11443753. OLE color: 11443753.

HSL color Cylindrical-coordinate representation of color #299EAE: hue angle of 187.22º degrees, saturation: 0.62, 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 #299EAE is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB41158174-
CMYK0.760.0900.32
HSL187.22º61.86%42.16%-
HSV(B)187.22º76.44%68.24%-
XYZ20.7827.9844.35-
YUV124.84155.7468.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.99%
GREEN value IS 158 (62.11% from 255) = 42.36%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=10.99%
G=42.36%
B=46.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411581740.760.0900.32187.2261.8642.16
Hex299EAE4C9020bb3e2a
Octal51236256114110402737652
Binary101001100111101010111010011001001010000010111011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299EAE; }

 p { color: rgb(41,158,174); }

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

<style>
 a { background-color: #299EAE; }

 a { background-color: rgb(41,158,174); }

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

<style>
 span { border-color: #299EAE; }

 span { border-color: rgb(41,158,174); }

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