#25777A

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

Shades of Atoll #25777A

Tints of Atoll #25777A

Color information

#25777A (or 0x25777A) is unknown color: approx Atoll. HEX triplet: 25, 77 and 7A. RGB value is (37,119,122). Sum of RGB (Red+Green+Blue) = 37+119+122=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #25777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25777A is #DA8885. Grayscale: #5E5E5E. Windows color (decimal): -14321798 or 8025893. OLE color: 8025893.

HSL color Cylindrical-coordinate representation of color #25777A: hue angle of 182.12º 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 #25777A is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB37119122-
CMYK0.700.0200.52
HSL182.12º53.46%31.18%-
HSV(B)182.12º69.67%47.84%-
XYZ10.8714.9920.73-
YUV94.82143.3386.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.31%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 122 (48.05% from 255) = 43.88%
R=13.31%
G=42.81%
B=43.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal371191220.700.0200.52182.1253.4631.18
Hex25777A462034b6351f
Octal4516717210620642666537
Binary1001011110111111101010001101001101001011011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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