#257A7A

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

Shades of Atoll #257A7A

Tints of Atoll #257A7A

Color information

#257A7A (or 0x257A7A) is unknown color: approx Atoll. HEX triplet: 25, 7A and 7A. RGB value is (37,122,122). Sum of RGB (Red+Green+Blue) = 37+122+122=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #257A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A7A is #DA8585. Grayscale: #606060. Windows color (decimal): -14321030 or 8026661. OLE color: 8026661.

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

Color convert

RGB37122122-
CMYK0.70000.52
HSL180º53.46%31.18%-
HSV(B)180º69.67%47.84%-
XYZ11.2415.7220.85-
YUV96.58142.3485.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.17%
GREEN value IS 122 (48.05% from 255) = 43.42%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=13.17%
G=43.42%
B=43.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal371221220.70000.5218053.4631.18
Hex257A7A460034b4351f
Octal4517217210600642646537
Binary100101111101011110101000110001101001011010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257A7A; }

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

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

<style>
 a { background-color: #257A7A; }

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

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

<style>
 span { border-color: #257A7A; }

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

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