#259EAE

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

Shades of Pelorous #259EAE

Tints of Pelorous #259EAE

Color information

#259EAE (or 0x259EAE) is unknown color: approx Pelorous. HEX triplet: 25, 9E and AE. RGB value is (37,158,174). Sum of RGB (Red+Green+Blue) = 37+158+174=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #259EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259EAE is #DA6151. Grayscale: #7B7B7B. Windows color (decimal): -14311762 or 11443749. OLE color: 11443749.

HSL color Cylindrical-coordinate representation of color #259EAE: hue angle of 187.01º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #259EAE is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB37158174-
CMYK0.790.0900.32
HSL187.01º64.93%41.37%-
HSV(B)187.01º78.74%68.24%-
XYZ20.6327.944.34-
YUV123.64156.4166.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.03%
GREEN value IS 158 (62.11% from 255) = 42.82%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=10.03%
G=42.82%
B=47.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371581740.790.0900.32187.0164.9341.37
Hex259EAE4F9020bb4129
Octal452362561171104027310151
Binary1001011001111010101110100111110010100000101110111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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