Html Css Color HEX #296C73 Atoll

📋 copy color: '#296C73'

red 41 ◦ green 108 ◦ blue 115

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

Shades of Atoll #296C73

Tints of Atoll #296C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.91%

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

R = 15.53%
G = 40.91%
B = 43.56%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#296C73 (or 0x296C73) is known color: Atoll. HEX triplet: 29, 6C and 73. RGB value is (41,108,115). Sum of RGB (Red+Green+Blue) = 41+108+115=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #296C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C73 is #D6938C. Grayscale: #585858. Windows color (decimal): -14062477 or 7564329. OLE color: 7564329.

HSL color Cylindrical-coordinate representation of color #296C73: hue angle of 185.68º 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 #296C73 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 108 115 -
CMYK 0.64 0.06 0 0.55
HSL 185.68º 0.47% 0.31% -
HSV(B) 185.68º 0.64% 0.45% -
XYZ 9.37 12.43 18.13 -
YUV 88.77 142.8 93.93 -
System Red Green Blue C M Y K H S L
Decimal 41 108 115 0.64 0.06 0 0.55 185.68 0.47 0.31
Hex 29 6C 73 40 6 0 37 BA 2F 1F
Octal 51 154 163 100 6 0 67 272 57 37
Binary 101001 1101100 1110011 1000000 110 0 110111 10111010 101111 11111

Color Harmonies of #296C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C73

Black with #296C73

Text Example


Text Example

White with #296C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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