#25A8B4

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

Shades of Pelorous #25A8B4

Tints of Pelorous #25A8B4

Color information

#25A8B4 (or 0x25A8B4) is unknown color: approx Pelorous. HEX triplet: 25, A8 and B4. RGB value is (37,168,180). Sum of RGB (Red+Green+Blue) = 37+168+180=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #25A8B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A8B4 is #DA574B. Grayscale: #828282. Windows color (decimal): -14309196 or 11839525. OLE color: 11839525.

HSL color Cylindrical-coordinate representation of color #25A8B4: hue angle of 185.03º 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 #25A8B4 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB37168180-
CMYK0.790.0700.29
HSL185.03º65.9%42.55%-
HSV(B)185.03º79.44%70.59%-
XYZ2331.6948.09-
YUV130.2156.161.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.61%
GREEN value IS 168 (66.02% from 255) = 43.64%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=9.61%
G=43.64%
B=46.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371681800.790.0700.29185.0365.942.55
Hex25A8B44F701Db9422b
Octal45250264117703527110253
Binary10010110101000101101001001111111011101101110011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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