#259cac

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

Shades of Pelorous #259CAC

Tints of Pelorous #259CAC

Color information

#259CAC (or 0x259CAC) is unknown color: approx Pelorous. HEX triplet: 25, 9C and AC. RGB value is (37,156,172). Sum of RGB (Red+Green+Blue) = 37+156+172=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #259CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259CAC is #DA6353. Grayscale: #7A7A7A. Windows color (decimal): -14312276 or 11312165. OLE color: 11312165.

HSL color Cylindrical-coordinate representation of color #259CAC: hue angle of 187.11º degrees, saturation: 0.65, 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 #259CAC is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37156172-
CMYK0.780.0900.33
HSL187.11º64.59%40.98%-
HSV(B)187.11º78.49%67.45%-
XYZ20.127.1543.21-
YUV122.24156.0867.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.14%
GREEN value IS 156 (61.33% from 255) = 42.74%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=10.14%
G=42.74%
B=47.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371561720.780.0900.33187.1164.5940.98
Hex259CAC4E9021bb4129
Octal452342541161104127310151
Binary1001011001110010101100100111010010100001101110111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259cac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,156,172); }

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

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

 a { background-color: rgb(37,156,172); }

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

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

 span { border-color: rgb(37,156,172); }

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