Html Css Color HEX #249F82 Niagara

📋 copy color: '#249F82'

red 36 ◦ green 159 ◦ blue 130

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

Shades of Niagara #249F82

Tints of Niagara #249F82

RGB

 RED value IS 36 (14.45% from 255) = 11.08%

 GREEN value IS 159 (62.5% from 255) = 48.92%

 BLUE value IS 130 (51.17% from 255) = 40%

R = 11.08%
G = 48.92%
B = 40%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#249F82 (or 0x249F82) is known color: Niagara. HEX triplet: 24, 9F and 82. RGB value is (36,159,130). Sum of RGB (Red+Green+Blue) = 36+159+130=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #249F82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F82 is #DB607D. Grayscale: #767676. Windows color (decimal): -14377086 or 8560420. OLE color: 8560420.

HSL color Cylindrical-coordinate representation of color #249F82: hue angle of 165.85º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249F82 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 159 130 -
CMYK 0.77 0 0.18 0.38
HSL 165.85º 0.63% 0.38% -
HSV(B) 165.85º 0.77% 0.62% -
XYZ 17.15 26.78 25.38 -
YUV 118.92 134.25 68.86 -
System Red Green Blue C M Y K H S L
Decimal 36 159 130 0.77 0 0.18 0.38 165.85 0.63 0.38
Hex 24 9F 82 4D 0 12 26 A6 3F 26
Octal 44 237 202 115 0 22 46 246 77 46
Binary 100100 10011111 10000010 1001101 0 10010 100110 10100110 111111 100110

Color Harmonies of #249F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249F82

Black with #249F82

Text Example


Text Example

White with #249F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249F82; }

 p { color: rgb(36,159,130); }

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

background-color css

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

 a { background-color: rgb(36,159,130); }

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

border-color css

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

 span { border-color: rgb(36,159,130); }

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