#297C7C

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

Shades of Atoll #297C7C

Tints of Atoll #297C7C

Color information

#297C7C (or 0x297C7C) is unknown color: approx Atoll. HEX triplet: 29, 7C and 7C. RGB value is (41,124,124). Sum of RGB (Red+Green+Blue) = 41+124+124=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #297C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C7C is #D68383. Grayscale: #636363. Windows color (decimal): -14058372 or 8158249. OLE color: 8158249.

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

Color convert

RGB41124124-
CMYK0.67000.51
HSL180º50.3%32.35%-
HSV(B)180º66.94%48.63%-
XYZ11.7616.3421.6-
YUV99.1814286.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.19%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=14.19%
G=42.91%
B=42.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal411241240.67000.5118050.332.35
Hex297C7C430033b43220
Octal5117417410300632646240
Binary1010011111100111110010000110011001110110100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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