Html Css Color HEX #18A088 Niagara

📋 copy color: '#18A088'

red 24 ◦ green 160 ◦ blue 136

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

Shades of Niagara #18A088

Tints of Niagara #18A088

RGB

 RED value IS 24 (9.77% from 255) = 7.5%

 GREEN value IS 160 (62.89% from 255) = 50%

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

R = 7.5%
G = 50%
B = 42.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#18A088 (or 0x18A088) is known color: Niagara. HEX triplet: 18, A0 and 88. RGB value is (24,160,136). Sum of RGB (Red+Green+Blue) = 24+160+136=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #18A088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A088 is #E75F77. Grayscale: #747474. Windows color (decimal): -15163256 or 8953880. OLE color: 8953880.

HSL color Cylindrical-coordinate representation of color #18A088: hue angle of 169.41º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A088 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 160 136 -
CMYK 0.85 0 0.15 0.37
HSL 169.41º 0.74% 0.36% -
HSV(B) 169.41º 0.85% 0.63% -
XYZ 17.39 27.11 27.61 -
YUV 116.6 138.94 61.95 -
System Red Green Blue C M Y K H S L
Decimal 24 160 136 0.85 0 0.15 0.37 169.41 0.74 0.36
Hex 18 A0 88 55 0 F 25 A9 4A 24
Octal 30 240 210 125 0 17 45 251 112 44
Binary 11000 10100000 10001000 1010101 0 1111 100101 10101001 1001010 100100

Color Harmonies of #18A088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A088

Black with #18A088

Text Example


Text Example

White with #18A088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18A088; }

 p { color: rgb(24,160,136); }

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

background-color css

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

 a { background-color: rgb(24,160,136); }

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

border-color css

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

 span { border-color: rgb(24,160,136); }

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