#25A1B4

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

Shades of Pelorous #25A1B4

Tints of Pelorous #25A1B4

Color information

#25A1B4 (or 0x25A1B4) is unknown color: approx Pelorous. HEX triplet: 25, A1 and B4. RGB value is (37,161,180). Sum of RGB (Red+Green+Blue) = 37+161+180=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #25A1B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A1B4 is #DA5E4B. Grayscale: #7D7D7D. Windows color (decimal): -14310988 or 11837733. OLE color: 11837733.

HSL color Cylindrical-coordinate representation of color #25A1B4: hue angle of 187.97º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25A1B4 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB37161180-
CMYK0.790.1100.29
HSL187.97º65.9%42.55%-
HSV(B)187.97º79.44%70.59%-
XYZ21.7529.1847.67-
YUV126.09158.4264.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.79%
GREEN value IS 161 (63.28% from 255) = 42.59%
BLUE value IS 180 (70.70% from 255) = 47.62%
R=9.79%
G=42.59%
B=47.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371611800.790.1100.29187.9765.942.55
Hex25A1B44FB01Dbc422b
Octal452412641171303527410253
Binary100101101000011011010010011111011011101101111001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,161,180); }

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

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

 a { background-color: rgb(37,161,180); }

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

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

 span { border-color: rgb(37,161,180); }

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