Html Css Color HEX #299987 Niagara

📋 copy color: '#299987'

red 41 ◦ green 153 ◦ blue 135

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

Shades of Niagara #299987

Tints of Niagara #299987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.5%

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 12.46%
G = 46.5%
B = 41.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#299987 (or 0x299987) is known color: Niagara. HEX triplet: 29, 99 and 87. RGB value is (41,153,135). Sum of RGB (Red+Green+Blue) = 41+153+135=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #299987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299987 is #D66678. Grayscale: #757575. Windows color (decimal): -14050937 or 8886569. OLE color: 8886569.

HSL color Cylindrical-coordinate representation of color #299987: hue angle of 170.36º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299987 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 135 -
CMYK 0.73 0 0.12 0.4
HSL 170.36º 0.58% 0.38% -
HSV(B) 170.36º 0.73% 0.6% -
XYZ 16.68 25 26.87 -
YUV 117.46 137.89 73.46 -
System Red Green Blue C M Y K H S L
Decimal 41 153 135 0.73 0 0.12 0.4 170.36 0.58 0.38
Hex 29 99 87 49 0 C 28 AA 3A 26
Octal 51 231 207 111 0 14 50 252 72 46
Binary 101001 10011001 10000111 1001001 0 1100 101000 10101010 111010 100110

Color Harmonies of #299987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299987

Black with #299987

Text Example


Text Example

White with #299987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299987; }

 p { color: rgb(41,153,135); }

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

background-color css

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

 a { background-color: rgb(41,153,135); }

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

border-color css

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

 span { border-color: rgb(41,153,135); }

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