Html Css Color HEX #30AB9B Niagara

📋 copy color: '#30AB9B'

red 48 ◦ green 171 ◦ blue 155

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

Shades of Niagara #30AB9B

Tints of Niagara #30AB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.44%

R = 12.83%
G = 45.72%
B = 41.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#30AB9B (or 0x30AB9B) is known color: Niagara. HEX triplet: 30, AB and 9B. RGB value is (48,171,155). Sum of RGB (Red+Green+Blue) = 48+171+155=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AB9B is #CF5464. Grayscale: #848484. Windows color (decimal): -13587557 or 10201904. OLE color: 10201904.

HSL color Cylindrical-coordinate representation of color #30AB9B: hue angle of 172.2º 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 #30AB9B is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 171 155 -
CMYK 0.72 0 0.09 0.33
HSL 172.2º 0.56% 0.43% -
HSV(B) 172.2º 0.72% 0.67% -
XYZ 21.7 32.12 36.07 -
YUV 132.4 140.75 67.8 -
System Red Green Blue C M Y K H S L
Decimal 48 171 155 0.72 0 0.09 0.33 172.2 0.56 0.43
Hex 30 AB 9B 48 0 9 21 AC 38 2B
Octal 60 253 233 110 0 11 41 254 70 53
Binary 110000 10101011 10011011 1001000 0 1001 100001 10101100 111000 101011

Color Harmonies of #30AB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AB9B

Black with #30AB9B

Text Example


Text Example

White with #30AB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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