#297C7F

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

Shades of Atoll #297C7F

Tints of Atoll #297C7F

Color information

#297C7F (or 0x297C7F) is unknown color: approx Atoll. HEX triplet: 29, 7C and 7F. RGB value is (41,124,127). Sum of RGB (Red+Green+Blue) = 41+124+127=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #297C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C7F is #D68380. Grayscale: #636363. Windows color (decimal): -14058369 or 8354857. OLE color: 8354857.

HSL color Cylindrical-coordinate representation of color #297C7F: hue angle of 182.09º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297C7F is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB41124127-
CMYK0.680.0200.50
HSL182.09º51.19%32.94%-
HSV(B)182.09º67.72%49.8%-
XYZ11.9516.4222.62-
YUV99.52143.586.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.04%
GREEN value IS 124 (48.83% from 255) = 42.47%
BLUE value IS 127 (50% from 255) = 43.49%
R=14.04%
G=42.47%
B=43.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411241270.680.0200.50182.0951.1932.94
Hex297C7F442032b63321
Octal5117417710420622666341
Binary10100111111001111111100010010011001010110110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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