Html Css Color HEX #24AE8D Niagara

📋 copy color: '#24AE8D'

red 36 ◦ green 174 ◦ blue 141

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

Shades of Niagara #24AE8D

Tints of Niagara #24AE8D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.57%

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 10.26%
G = 49.57%
B = 40.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#24AE8D (or 0x24AE8D) is known color: Niagara. HEX triplet: 24, AE and 8D. RGB value is (36,174,141). Sum of RGB (Red+Green+Blue) = 36+174+141=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #24AE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AE8D is #DB5172. Grayscale: #808080. Windows color (decimal): -14373235 or 9285156. OLE color: 9285156.

HSL color Cylindrical-coordinate representation of color #24AE8D: hue angle of 165.65º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AE8D is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 174 141 -
CMYK 0.79 0 0.19 0.32
HSL 165.65º 0.66% 0.41% -
HSV(B) 165.65º 0.79% 0.68% -
XYZ 20.67 32.57 30.4 -
YUV 128.98 134.78 61.68 -
System Red Green Blue C M Y K H S L
Decimal 36 174 141 0.79 0 0.19 0.32 165.65 0.66 0.41
Hex 24 AE 8D 4F 0 13 20 A6 42 29
Octal 44 256 215 117 0 23 40 246 102 51
Binary 100100 10101110 10001101 1001111 0 10011 100000 10100110 1000010 101001

Color Harmonies of #24AE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24AE8D

Black with #24AE8D

Text Example


Text Example

White with #24AE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24AE8D; }

 p { color: rgb(36,174,141); }

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

background-color css

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

 a { background-color: rgb(36,174,141); }

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

border-color css

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

 span { border-color: rgb(36,174,141); }

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