Html Css Color HEX #296A70 Atoll

📋 copy color: '#296A70'

red 41 ◦ green 106 ◦ blue 112

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

Shades of Atoll #296A70

Tints of Atoll #296A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.93%

 BLUE value IS 112 (44.14% from 255) = 43.24%

R = 15.83%
G = 40.93%
B = 43.24%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#296A70 (or 0x296A70) is known color: Atoll. HEX triplet: 29, 6A and 70. RGB value is (41,106,112). Sum of RGB (Red+Green+Blue) = 41+106+112=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #296A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A70 is #D6958F. Grayscale: #575757. Windows color (decimal): -14062992 or 7367209. OLE color: 7367209.

HSL color Cylindrical-coordinate representation of color #296A70: hue angle of 185.07º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296A70 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 106 112 -
CMYK 0.63 0.05 0 0.56
HSL 185.07º 0.46% 0.3% -
HSV(B) 185.07º 0.63% 0.44% -
XYZ 8.99 11.95 17.16 -
YUV 87.25 141.97 95.01 -
System Red Green Blue C M Y K H S L
Decimal 41 106 112 0.63 0.05 0 0.56 185.07 0.46 0.3
Hex 29 6A 70 3F 5 0 38 B9 2E 1E
Octal 51 152 160 77 5 0 70 271 56 36
Binary 101001 1101010 1110000 111111 101 0 111000 10111001 101110 11110

Color Harmonies of #296A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A70

Black with #296A70

Text Example


Text Example

White with #296A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,106,112); }

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

background-color css

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

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

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

border-color css

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

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

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