Html Css Color HEX #30AB9A Niagara

📋 copy color: '#30AB9A'

red 48 ◦ green 171 ◦ blue 154

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

Shades of Niagara #30AB9A

Tints of Niagara #30AB9A

RGB

 RED value IS 48 (19.14% from 255) = 12.87%

 GREEN value IS 171 (67.19% from 255) = 45.84%

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 12.87%
G = 45.84%
B = 41.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#30AB9A (or 0x30AB9A) is known color: Niagara. HEX triplet: 30, AB and 9A. RGB value is (48,171,154). Sum of RGB (Red+Green+Blue) = 48+171+154=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AB9A is #CF5465. Grayscale: #848484. Windows color (decimal): -13587558 or 10136368. OLE color: 10136368.

HSL color Cylindrical-coordinate representation of color #30AB9A: hue angle of 171.71º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AB9A is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 171 154 -
CMYK 0.72 0 0.10 0.33
HSL 171.71º 0.56% 0.43% -
HSV(B) 171.71º 0.72% 0.67% -
XYZ 21.61 32.09 35.63 -
YUV 132.29 140.25 67.88 -
System Red Green Blue C M Y K H S L
Decimal 48 171 154 0.72 0 0.10 0.33 171.71 0.56 0.43
Hex 30 AB 9A 48 0 A 21 AC 38 2B
Octal 60 253 232 110 0 12 41 254 70 53
Binary 110000 10101011 10011010 1001000 0 1010 100001 10101100 111000 101011

Color Harmonies of #30AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AB9A

Black with #30AB9A

Text Example


Text Example

White with #30AB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30AB9A; }

 p { color: rgb(48,171,154); }

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

background-color css

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

 a { background-color: rgb(48,171,154); }

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

border-color css

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

 span { border-color: rgb(48,171,154); }

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