Html Css Color HEX #296E73 Atoll

📋 copy color: '#296E73'

red 41 ◦ green 110 ◦ blue 115

#296E73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #296E73

Tints of Atoll #296E73

RGB

 RED value IS 41 (16.41% from 255) = 15.41%

 GREEN value IS 110 (43.36% from 255) = 41.35%

 BLUE value IS 115 (45.31% from 255) = 43.23%

R = 15.41%
G = 41.35%
B = 43.23%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#296E73 (or 0x296E73) is known color: Atoll. HEX triplet: 29, 6E and 73. RGB value is (41,110,115). Sum of RGB (Red+Green+Blue) = 41+110+115=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #296E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E73 is #D6918C. Grayscale: #595959. Windows color (decimal): -14061965 or 7564841. OLE color: 7564841.

HSL color Cylindrical-coordinate representation of color #296E73: hue angle of 184.05º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296E73 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 110 115 -
CMYK 0.64 0.04 0 0.55
HSL 184.05º 0.47% 0.31% -
HSV(B) 184.05º 0.64% 0.45% -
XYZ 9.58 12.86 18.2 -
YUV 89.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 41 110 115 0.64 0.04 0 0.55 184.05 0.47 0.31
Hex 29 6E 73 40 4 0 37 B8 2F 1F
Octal 51 156 163 100 4 0 67 270 57 37
Binary 101001 1101110 1110011 1000000 100 0 110111 10111000 101111 11111

Color Harmonies of #296E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296E73

Black with #296E73

Text Example


Text Example

White with #296E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296E73; }

 p { color: rgb(41,110,115); }

 H1.HeaderClassName
 {
   color: #296E73;
 }
 .AnyTagClassName
 {
   color: #296E73;
 }
</style>

background-color css

<style>
 a { background-color: #296E73; }

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

 div.DivClassName
 {
   background-color: #296E73;
 }
 .BgClassName
 {
   background-color: #296E73;
 }
</style>

border-color css

<style>
 span { border-color: #296E73; }

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

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