Html Css Color HEX #296A55 Evening Sea

📋 copy color: '#296A55'

red 41 ◦ green 106 ◦ blue 85

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

Shades of Evening Sea #296A55

Tints of Evening Sea #296A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.64%

R = 17.67%
G = 45.69%
B = 36.64%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#296A55 (or 0x296A55) is known color: Evening Sea. HEX triplet: 29, 6A and 55. RGB value is (41,106,85). Sum of RGB (Red+Green+Blue) = 41+106+85=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 106 - color contains mainly: green. Hex color #296A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A55 is #D695AA. Grayscale: #545454. Windows color (decimal): -14063019 or 5597737. OLE color: 5597737.

HSL color Cylindrical-coordinate representation of color #296A55: hue angle of 160.62º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A55 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 106 85 -
CMYK 0.61 0 0.20 0.58
HSL 160.62º 0.44% 0.29% -
HSV(B) 160.62º 0.61% 0.42% -
XYZ 7.71 11.44 10.4 -
YUV 84.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 41 106 85 0.61 0 0.20 0.58 160.62 0.44 0.29
Hex 29 6A 55 3D 0 14 3A A1 2C 1D
Octal 51 152 125 75 0 24 72 241 54 35
Binary 101001 1101010 1010101 111101 0 10100 111010 10100001 101100 11101

Color Harmonies of #296A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A55

Black with #296A55

Text Example


Text Example

White with #296A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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