Html Css Color HEX #30A68A Niagara

📋 copy color: '#30A68A'

red 48 ◦ green 166 ◦ blue 138

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

Shades of Niagara #30A68A

Tints of Niagara #30A68A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.16%

 BLUE value IS 138 (54.3% from 255) = 39.2%

R = 13.64%
G = 47.16%
B = 39.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#30A68A (or 0x30A68A) is known color: Niagara. HEX triplet: 30, A6 and 8A. RGB value is (48,166,138). Sum of RGB (Red+Green+Blue) = 48+166+138=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #30A68A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A68A is #CF5975. Grayscale: #7F7F7F. Windows color (decimal): -13588854 or 9086512. OLE color: 9086512.

HSL color Cylindrical-coordinate representation of color #30A68A: hue angle of 165.76º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A68A is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 166 138 -
CMYK 0.71 0 0.17 0.35
HSL 165.76º 0.55% 0.42% -
HSV(B) 165.76º 0.71% 0.65% -
XYZ 19.44 29.74 28.76 -
YUV 127.53 133.91 71.28 -
System Red Green Blue C M Y K H S L
Decimal 48 166 138 0.71 0 0.17 0.35 165.76 0.55 0.42
Hex 30 A6 8A 47 0 11 23 A6 37 2A
Octal 60 246 212 107 0 21 43 246 67 52
Binary 110000 10100110 10001010 1000111 0 10001 100011 10100110 110111 101010

Color Harmonies of #30A68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A68A

Black with #30A68A

Text Example


Text Example

White with #30A68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,166,138); }

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

background-color css

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

 a { background-color: rgb(48,166,138); }

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

border-color css

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

 span { border-color: rgb(48,166,138); }

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