Html Css Color HEX #299C88 Niagara

📋 copy color: '#299C88'

red 41 ◦ green 156 ◦ blue 136

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

Shades of Niagara #299C88

Tints of Niagara #299C88

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.85%

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 12.31%
G = 46.85%
B = 40.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#299C88 (or 0x299C88) is known color: Niagara. HEX triplet: 29, 9C and 88. RGB value is (41,156,136). Sum of RGB (Red+Green+Blue) = 41+156+136=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #299C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C88 is #D66377. Grayscale: #777777. Windows color (decimal): -14050168 or 8952873. OLE color: 8952873.

HSL color Cylindrical-coordinate representation of color #299C88: hue angle of 169.57º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299C88 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 156 136 -
CMYK 0.74 0 0.13 0.39
HSL 169.57º 0.58% 0.39% -
HSV(B) 169.57º 0.74% 0.61% -
XYZ 17.25 26.03 27.41 -
YUV 119.34 137.4 72.13 -
System Red Green Blue C M Y K H S L
Decimal 41 156 136 0.74 0 0.13 0.39 169.57 0.58 0.39
Hex 29 9C 88 4A 0 D 27 AA 3A 27
Octal 51 234 210 112 0 15 47 252 72 47
Binary 101001 10011100 10001000 1001010 0 1101 100111 10101010 111010 100111

Color Harmonies of #299C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299C88

Black with #299C88

Text Example


Text Example

White with #299C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299C88; }

 p { color: rgb(41,156,136); }

 H1.HeaderClassName
 {
   color: #299C88;
 }
 .AnyTagClassName
 {
   color: #299C88;
 }
</style>

background-color css

<style>
 a { background-color: #299C88; }

 a { background-color: rgb(41,156,136); }

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

border-color css

<style>
 span { border-color: #299C88; }

 span { border-color: rgb(41,156,136); }

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