#25A2AA

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

Shades of Pelorous #25A2AA

Tints of Pelorous #25A2AA

Color information

#25A2AA (or 0x25A2AA) is unknown color: approx Pelorous. HEX triplet: 25, A2 and AA. RGB value is (37,162,170). Sum of RGB (Red+Green+Blue) = 37+162+170=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #25A2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A2AA is #DA5D55. Grayscale: #7D7D7D. Windows color (decimal): -14310742 or 11182629. OLE color: 11182629.

HSL color Cylindrical-coordinate representation of color #25A2AA: hue angle of 183.61º degrees, saturation: 0.64, 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 #25A2AA is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37162170-
CMYK0.780.0500.33
HSL183.61º64.25%40.59%-
HSV(B)183.61º78.24%66.67%-
XYZ20.9429.1442.55-
YUV125.54153.0964.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.03%
GREEN value IS 162 (63.67% from 255) = 43.90%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=10.03%
G=43.90%
B=46.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371621700.780.0500.33183.6164.2540.59
Hex25A2AA4E5021b84029
Octal45242252116504127010051
Binary100101101000101010101010011101010100001101110001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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