#287B7A

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

Shades of Atoll #287B7A

Tints of Atoll #287B7A

Color information

#287B7A (or 0x287B7A) is unknown color: approx Atoll. HEX triplet: 28, 7B and 7A. RGB value is (40,123,122). Sum of RGB (Red+Green+Blue) = 40+123+122=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 123 - color contains mainly: green. Hex color #287B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287B7A is #D78485. Grayscale: #616161. Windows color (decimal): -14124166 or 8026920. OLE color: 8026920.

HSL color Cylindrical-coordinate representation of color #287B7A: hue angle of 179.28º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287B7A is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB40123122-
CMYK0.6700.010.52
HSL179.28º50.92%31.96%-
HSV(B)179.28º67.48%48.24%-
XYZ11.4716.0220.9-
YUV98.07141.586.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.04%
GREEN value IS 123 (48.44% from 255) = 43.16%
BLUE value IS 122 (48.05% from 255) = 42.81%
R=14.04%
G=43.16%
B=42.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401231220.6700.010.52179.2850.9231.96
Hex287B7A430134b33320
Octal5017317210301642636340
Binary1010001111011111101010000110111010010110011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287B7A; }

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

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

<style>
 a { background-color: #287B7A; }

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

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

<style>
 span { border-color: #287B7A; }

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

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