#25A0B7

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

Shades of Pelorous #25A0B7

Tints of Pelorous #25A0B7

Color information

#25A0B7 (or 0x25A0B7) is unknown color: approx Pelorous. HEX triplet: 25, A0 and B7. RGB value is (37,160,183). Sum of RGB (Red+Green+Blue) = 37+160+183=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 183 - color contains mainly: blue. Hex color #25A0B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A0B7 is #DA5F48. Grayscale: #7D7D7D. Windows color (decimal): -14311241 or 12034085. OLE color: 12034085.

HSL color Cylindrical-coordinate representation of color #25A0B7: hue angle of 189.45º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25A0B7 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB37160183-
CMYK0.800.1300.28
HSL189.45º66.36%43.14%-
HSV(B)189.45º79.78%71.76%-
XYZ21.8828.9549.24-
YUV125.84160.2564.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.74%
GREEN value IS 160 (62.89% from 255) = 42.11%
BLUE value IS 183 (71.88% from 255) = 48.16%
R=9.74%
G=42.11%
B=48.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal371601830.800.1300.28189.4566.3643.14
Hex25A0B750D01Cbd422b
Octal452402671201503427510253
Binary100101101000001011011110100001101011100101111011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,160,183); }

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

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

 a { background-color: rgb(37,160,183); }

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

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

 span { border-color: rgb(37,160,183); }

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