Html Css Color HEX #30AC8C Niagara

📋 copy color: '#30AC8C'

red 48 ◦ green 172 ◦ blue 140

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

Shades of Niagara #30AC8C

Tints of Niagara #30AC8C

RGB

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

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

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

R = 13.33%
G = 47.78%
B = 38.89%

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

#30AC8C (or 0x30AC8C) is known color: Niagara. HEX triplet: 30, AC and 8C. RGB value is (48,172,140). Sum of RGB (Red+Green+Blue) = 48+172+140=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AC8C is #CF5373. Grayscale: #838383. Windows color (decimal): -13587316 or 9219120. OLE color: 9219120.

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

Color convert

RGB 48 172 140 -
CMYK 0.72 0 0.19 0.33
HSL 164.52º 0.56% 0.43% -
HSV(B) 164.52º 0.72% 0.67% -
XYZ 20.71 32.03 29.9 -
YUV 131.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 48 172 140 0.72 0 0.19 0.33 164.52 0.56 0.43
Hex 30 AC 8C 48 0 13 21 A5 38 2B
Octal 60 254 214 110 0 23 41 245 70 53
Binary 110000 10101100 10001100 1001000 0 10011 100001 10100101 111000 101011

Color Harmonies of #30AC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC8C

Black with #30AC8C

Text Example


Text Example

White with #30AC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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