#25828E

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

Shades of Atoll #25828E

Tints of Atoll #25828E

Color information

#25828E (or 0x25828E) is unknown color: approx Atoll. HEX triplet: 25, 82 and 8E. RGB value is (37,130,142). Sum of RGB (Red+Green+Blue) = 37+130+142=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #25828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25828E is #DA7D71. Grayscale: #676767. Windows color (decimal): -14318962 or 9339429. OLE color: 9339429.

HSL color Cylindrical-coordinate representation of color #25828E: hue angle of 186.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25828E is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB37130142-
CMYK0.740.0800.44
HSL186.86º58.66%35.1%-
HSV(B)186.86º73.94%55.69%-
XYZ13.6318.3128.41-
YUV103.56149.6980.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.97%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=11.97%
G=42.07%
B=45.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371301420.740.0800.44186.8658.6635.1
Hex25828E4A802Cbb3b23
Octal45202216112100542737343
Binary100101100000101000111010010101000010110010111011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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