Html Css Color HEX #30AC8B Niagara

📋 copy color: '#30AC8B'

red 48 ◦ green 172 ◦ blue 139

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

Shades of Niagara #30AC8B

Tints of Niagara #30AC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 13.37%
G = 47.91%
B = 38.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#30AC8B (or 0x30AC8B) is known color: Niagara. HEX triplet: 30, AC and 8B. RGB value is (48,172,139). Sum of RGB (Red+Green+Blue) = 48+172+139=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AC8B is #CF5374. Grayscale: #838383. Windows color (decimal): -13587317 or 9153584. OLE color: 9153584.

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

Color convert

RGB 48 172 139 -
CMYK 0.72 0 0.19 0.33
HSL 164.03º 0.56% 0.43% -
HSV(B) 164.03º 0.72% 0.67% -
XYZ 20.63 32 29.51 -
YUV 131.16 132.42 68.68 -
System Red Green Blue C M Y K H S L
Decimal 48 172 139 0.72 0 0.19 0.33 164.03 0.56 0.43
Hex 30 AC 8B 48 0 13 21 A4 38 2B
Octal 60 254 213 110 0 23 41 244 70 53
Binary 110000 10101100 10001011 1001000 0 10011 100001 10100100 111000 101011

Color Harmonies of #30AC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC8B

Black with #30AC8B

Text Example


Text Example

White with #30AC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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