#25767F

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

Shades of Atoll #25767F

Tints of Atoll #25767F

Color information

#25767F (or 0x25767F) is unknown color: approx Atoll. HEX triplet: 25, 76 and 7F. RGB value is (37,118,127). Sum of RGB (Red+Green+Blue) = 37+118+127=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #25767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25767F is #DA8980. Grayscale: #5E5E5E. Windows color (decimal): -14322049 or 8353317. OLE color: 8353317.

HSL color Cylindrical-coordinate representation of color #25767F: hue angle of 186º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25767F is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB37118127-
CMYK0.710.0700.50
HSL186º54.88%32.16%-
HSV(B)186º70.87%49.8%-
XYZ11.0714.8822.37-
YUV94.81146.1686.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.12%
GREEN value IS 118 (46.48% from 255) = 41.84%
BLUE value IS 127 (50% from 255) = 45.04%
R=13.12%
G=41.84%
B=45.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371181270.710.0700.5018654.8832.16
Hex25767F477032ba3720
Octal4516617710770622726740
Binary100101111011011111111000111111011001010111010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25767F; }

 p { color: rgb(37,118,127); }

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

<style>
 a { background-color: #25767F; }

 a { background-color: rgb(37,118,127); }

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

<style>
 span { border-color: #25767F; }

 span { border-color: rgb(37,118,127); }

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