#25A4B9

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

Shades of Pelorous #25A4B9

Tints of Pelorous #25A4B9

Color information

#25A4B9 (or 0x25A4B9) is unknown color: approx Pelorous. HEX triplet: 25, A4 and B9. RGB value is (37,164,185). Sum of RGB (Red+Green+Blue) = 37+164+185=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #25A4B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A4B9 is #DA5B46. Grayscale: #808080. Windows color (decimal): -14310215 or 12166181. OLE color: 12166181.

HSL color Cylindrical-coordinate representation of color #25A4B9: hue angle of 188.51º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25A4B9 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB37164185-
CMYK0.800.1100.27
HSL188.51º66.67%43.53%-
HSV(B)188.51º80%72.55%-
XYZ22.830.4550.57-
YUV128.42159.9262.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.59%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 185 (72.66% from 255) = 47.93%
R=9.59%
G=42.49%
B=47.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal371641850.800.1100.27188.5166.6743.53
Hex25A4B950B01Bbd432c
Octal452442711201303327510354
Binary100101101001001011100110100001011011011101111011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,164,185); }

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

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

 a { background-color: rgb(37,164,185); }

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

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

 span { border-color: rgb(37,164,185); }

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