#25767A

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

Shades of Atoll #25767A

Tints of Atoll #25767A

Color information

#25767A (or 0x25767A) is unknown color: approx Atoll. HEX triplet: 25, 76 and 7A. RGB value is (37,118,122). Sum of RGB (Red+Green+Blue) = 37+118+122=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #25767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25767A is #DA8985. Grayscale: #5E5E5E. Windows color (decimal): -14322054 or 8025637. OLE color: 8025637.

HSL color Cylindrical-coordinate representation of color #25767A: hue angle of 182.82º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25767A is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB37118122-
CMYK0.700.0300.52
HSL182.82º53.46%31.18%-
HSV(B)182.82º69.67%47.84%-
XYZ10.7514.7620.69-
YUV94.24143.6687.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=13.36%
G=42.60%
B=44.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal371181220.700.0300.52182.8253.4631.18
Hex25767A463034b7351f
Octal4516617210630642676537
Binary1001011110110111101010001101101101001011011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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