Html Css Color HEX #296F73 Atoll

📋 copy color: '#296F73'

red 41 ◦ green 111 ◦ blue 115

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

Shades of Atoll #296F73

Tints of Atoll #296F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.57%

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

R = 15.36%
G = 41.57%
B = 43.07%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#296F73 (or 0x296F73) is known color: Atoll. HEX triplet: 29, 6F and 73. RGB value is (41,111,115). Sum of RGB (Red+Green+Blue) = 41+111+115=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #296F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F73 is #D6908C. Grayscale: #5A5A5A. Windows color (decimal): -14061709 or 7565097. OLE color: 7565097.

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

Color convert

RGB 41 111 115 -
CMYK 0.64 0.03 0 0.55
HSL 183.24º 0.47% 0.31% -
HSV(B) 183.24º 0.64% 0.45% -
XYZ 9.69 13.08 18.23 -
YUV 90.53 141.81 92.67 -
System Red Green Blue C M Y K H S L
Decimal 41 111 115 0.64 0.03 0 0.55 183.24 0.47 0.31
Hex 29 6F 73 40 3 0 37 B7 2F 1F
Octal 51 157 163 100 3 0 67 267 57 37
Binary 101001 1101111 1110011 1000000 11 0 110111 10110111 101111 11111

Color Harmonies of #296F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F73

Black with #296F73

Text Example


Text Example

White with #296F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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