#25818B

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

Shades of Atoll #25818B

Tints of Atoll #25818B

Color information

#25818B (or 0x25818B) is unknown color: approx Atoll. HEX triplet: 25, 81 and 8B. RGB value is (37,129,139). Sum of RGB (Red+Green+Blue) = 37+129+139=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #25818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25818B is #DA7E74. Grayscale: #666666. Windows color (decimal): -14319221 or 9142565. OLE color: 9142565.

HSL color Cylindrical-coordinate representation of color #25818B: hue angle of 185.88º 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 #25818B is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB37129139-
CMYK0.730.0700.45
HSL185.88º57.95%34.51%-
HSV(B)185.88º73.38%54.51%-
XYZ13.2717.9627.19-
YUV102.63148.5281.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.13%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=12.13%
G=42.30%
B=45.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal371291390.730.0700.45185.8857.9534.51
Hex25818B49702Dba3a23
Octal4520121311170552727243
Binary10010110000001100010111001001111010110110111010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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