#257A7B

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

Shades of Atoll #257A7B

Tints of Atoll #257A7B

Color information

#257A7B (or 0x257A7B) is unknown color: approx Atoll. HEX triplet: 25, 7A and 7B. RGB value is (37,122,123). Sum of RGB (Red+Green+Blue) = 37+122+123=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #257A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A7B is #DA8584. Grayscale: #606060. Windows color (decimal): -14321029 or 8092197. OLE color: 8092197.

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

Color convert

RGB37122123-
CMYK0.700.0100.52
HSL180.7º53.75%31.37%-
HSV(B)180.7º69.92%48.24%-
XYZ11.315.7421.18-
YUV96.7142.8485.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.12%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=13.12%
G=43.26%
B=43.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal371221230.700.0100.52180.753.7531.37
Hex257A7B461034b5361f
Octal4517217310610642656637
Binary100101111101011110111000110101101001011010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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