#25777E

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

Shades of Atoll #25777E

Tints of Atoll #25777E

Color information

#25777E (or 0x25777E) is unknown color: approx Atoll. HEX triplet: 25, 77 and 7E. RGB value is (37,119,126). Sum of RGB (Red+Green+Blue) = 37+119+126=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #25777E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25777E is #DA8881. Grayscale: #5F5F5F. Windows color (decimal): -14321794 or 8288037. OLE color: 8288037.

HSL color Cylindrical-coordinate representation of color #25777E: hue angle of 184.72º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25777E is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB37119126-
CMYK0.710.0600.51
HSL184.72º54.6%31.96%-
HSV(B)184.72º70.63%49.41%-
XYZ11.1315.0922.07-
YUV95.28145.3386.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.12%
GREEN value IS 119 (46.88% from 255) = 42.20%
BLUE value IS 126 (49.61% from 255) = 44.68%
R=13.12%
G=42.20%
B=44.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371191260.710.0600.51184.7254.631.96
Hex25777E476033b93720
Octal4516717610760632716740
Binary100101111011111111101000111110011001110111001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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