Html Css Color HEX #30AC8D Niagara

📋 copy color: '#30AC8D'

red 48 ◦ green 172 ◦ blue 141

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

Shades of Niagara #30AC8D

Tints of Niagara #30AC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.65%

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

R = 13.3%
G = 47.65%
B = 39.06%

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

#30AC8D (or 0x30AC8D) is known color: Niagara. HEX triplet: 30, AC and 8D. RGB value is (48,172,141). Sum of RGB (Red+Green+Blue) = 48+172+141=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AC8D is #CF5372. Grayscale: #838383. Windows color (decimal): -13587315 or 9284656. OLE color: 9284656.

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

Color convert

RGB 48 172 141 -
CMYK 0.72 0 0.18 0.33
HSL 165º 0.56% 0.43% -
HSV(B) 165º 0.72% 0.67% -
XYZ 20.78 32.06 30.29 -
YUV 131.39 133.42 68.52 -
System Red Green Blue C M Y K H S L
Decimal 48 172 141 0.72 0 0.18 0.33 165 0.56 0.43
Hex 30 AC 8D 48 0 12 21 A5 38 2B
Octal 60 254 215 110 0 22 41 245 70 53
Binary 110000 10101100 10001101 1001000 0 10010 100001 10100101 111000 101011

Color Harmonies of #30AC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC8D

Black with #30AC8D

Text Example


Text Example

White with #30AC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,172,141); }

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

background-color css

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

 a { background-color: rgb(48,172,141); }

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

border-color css

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

 span { border-color: rgb(48,172,141); }

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