#25AABF

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

Shades of Pelorous #25AABF

Tints of Pelorous #25AABF

Color information

#25AABF (or 0x25AABF) is unknown color: approx Pelorous. HEX triplet: 25, AA and BF. RGB value is (37,170,191). Sum of RGB (Red+Green+Blue) = 37+170+191=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #25AABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AABF is #DA5540. Grayscale: #848484. Windows color (decimal): -14308673 or 12560933. OLE color: 12560933.

HSL color Cylindrical-coordinate representation of color #25AABF: hue angle of 188.18º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25AABF is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB37170191-
CMYK0.810.1100.25
HSL188.18º67.54%44.71%-
HSV(B)188.18º80.63%74.9%-
XYZ24.5432.954.35-
YUV132.63160.9459.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.30%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 191 (75% from 255) = 47.99%
R=9.30%
G=42.71%
B=47.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal371701910.810.1100.25188.1867.5444.71
Hex25AABF51B019bc442d
Octal452522771211303127410455
Binary100101101010101011111110100011011011001101111001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25AABF; }

 p { color: rgb(37,170,191); }

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

<style>
 a { background-color: #25AABF; }

 a { background-color: rgb(37,170,191); }

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

<style>
 span { border-color: #25AABF; }

 span { border-color: rgb(37,170,191); }

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