#25828B

Color #25828B Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #25828B

Tints of Atoll #25828B

Color information

#25828B (or 0x25828B) is unknown color: approx Atoll. HEX triplet: 25, 82 and 8B. RGB value is (37,130,139). Sum of RGB (Red+Green+Blue) = 37+130+139=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #25828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25828B is #DA7D74. Grayscale: #676767. Windows color (decimal): -14318965 or 9142821. OLE color: 9142821.

HSL color Cylindrical-coordinate representation of color #25828B: hue angle of 185.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25828B is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB37130139-
CMYK0.730.0600.45
HSL185.29º57.95%34.51%-
HSV(B)185.29º73.38%54.51%-
XYZ13.4118.2227.24-
YUV103.22148.1980.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.09%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=12.09%
G=42.48%
B=45.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal371301390.730.0600.45185.2957.9534.51
Hex25828B49602Db93a23
Octal4520221311160552717243
Binary10010110000010100010111001001110010110110111001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25828B; }

 p { color: rgb(37,130,139); }

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

<style>
 a { background-color: #25828B; }

 a { background-color: rgb(37,130,139); }

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

<style>
 span { border-color: #25828B; }

 span { border-color: rgb(37,130,139); }

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