#297C7B

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

Shades of Atoll #297C7B

Tints of Atoll #297C7B

Color information

#297C7B (or 0x297C7B) is unknown color: approx Atoll. HEX triplet: 29, 7C and 7B. RGB value is (41,124,123). Sum of RGB (Red+Green+Blue) = 41+124+123=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #297C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C7B is #D68384. Grayscale: #626262. Windows color (decimal): -14058373 or 8092713. OLE color: 8092713.

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

Color convert

RGB41124123-
CMYK0.6700.010.51
HSL179.28º50.3%32.35%-
HSV(B)179.28º66.94%48.63%-
XYZ11.716.3221.27-
YUV99.07141.586.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 124 (48.83% from 255) = 43.06%
BLUE value IS 123 (48.44% from 255) = 42.71%
R=14.24%
G=43.06%
B=42.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal411241230.6700.010.51179.2850.332.35
Hex297C7B430133b33220
Octal5117417310301632636240
Binary1010011111100111101110000110111001110110011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297C7B; }

 p { color: rgb(41,124,123); }

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

<style>
 a { background-color: #297C7B; }

 a { background-color: rgb(41,124,123); }

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

<style>
 span { border-color: #297C7B; }

 span { border-color: rgb(41,124,123); }

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