#259EAB

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

Shades of Pelorous #259EAB

Tints of Pelorous #259EAB

Color information

#259EAB (or 0x259EAB) is unknown color: approx Pelorous. HEX triplet: 25, 9E and AB. RGB value is (37,158,171). Sum of RGB (Red+Green+Blue) = 37+158+171=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #259EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259EAB is #DA6154. Grayscale: #7B7B7B. Windows color (decimal): -14311765 or 11247141. OLE color: 11247141.

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

Color convert

RGB37158171-
CMYK0.780.0800.33
HSL185.82º64.42%40.78%-
HSV(B)185.82º78.36%67.06%-
XYZ20.3427.7942.82-
YUV123.3154.9166.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.11%
GREEN value IS 158 (62.11% from 255) = 43.17%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=10.11%
G=43.17%
B=46.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371581710.780.0800.33185.8264.4240.78
Hex259EAB4E8021ba4029
Octal452362531161004127210051
Binary1001011001111010101011100111010000100001101110101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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