Html Css Color HEX #30AA8C Niagara

📋 copy color: '#30AA8C'

red 48 ◦ green 170 ◦ blue 140

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

Shades of Niagara #30AA8C

Tints of Niagara #30AA8C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.49%

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 13.41%
G = 47.49%
B = 39.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#30AA8C (or 0x30AA8C) is known color: Niagara. HEX triplet: 30, AA and 8C. RGB value is (48,170,140). Sum of RGB (Red+Green+Blue) = 48+170+140=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AA8C is #CF5573. Grayscale: #828282. Windows color (decimal): -13587828 or 9218608. OLE color: 9218608.

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

Color convert

RGB 48 170 140 -
CMYK 0.72 0 0.18 0.33
HSL 165.25º 0.56% 0.43% -
HSV(B) 165.25º 0.72% 0.67% -
XYZ 20.33 31.27 29.78 -
YUV 130.1 133.58 69.44 -
System Red Green Blue C M Y K H S L
Decimal 48 170 140 0.72 0 0.18 0.33 165.25 0.56 0.43
Hex 30 AA 8C 48 0 12 21 A5 38 2B
Octal 60 252 214 110 0 22 41 245 70 53
Binary 110000 10101010 10001100 1001000 0 10010 100001 10100101 111000 101011

Color Harmonies of #30AA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AA8C

Black with #30AA8C

Text Example


Text Example

White with #30AA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,170,140); }

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

background-color css

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

 a { background-color: rgb(48,170,140); }

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

border-color css

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

 span { border-color: rgb(48,170,140); }

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